markdown preview
This commit is contained in:
parent
cb237fd8aa
commit
3dfe00f79c
3 changed files with 155 additions and 89 deletions
|
@ -22,11 +22,6 @@ return {
|
|||
{
|
||||
"Pocco81/auto-save.nvim",
|
||||
event = "BufEnter",
|
||||
config = function()
|
||||
require("auto-save").setup {
|
||||
-- config
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
"Almo7aya/openingh.nvim",
|
||||
|
@ -36,6 +31,14 @@ return {
|
|||
"gioele/vim-autoswap",
|
||||
event = "BufEnter",
|
||||
},
|
||||
{
|
||||
"lnc3l0t/glow.nvim",
|
||||
branch = "advanced_window",
|
||||
config = {
|
||||
default_type = "keep"
|
||||
},
|
||||
cmd = "Glow"
|
||||
}
|
||||
-- {
|
||||
-- "simrat39/inlay-hints.nvim",
|
||||
-- },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue