More work, LSP is not working yet need to figure that out more
This commit is contained in:
parent
713d128018
commit
764b890c58
32 changed files with 290 additions and 441 deletions
13
lua/plugins/markdown_glow.lua
Normal file
13
lua/plugins/markdown_glow.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"lnc3l0t/glow.nvim",
|
||||
commit = "bbd0473d72a45094495ee5600b5577823543eefe",
|
||||
branch = "advanced_window",
|
||||
config = {
|
||||
default_type = "keep",
|
||||
},
|
||||
cmd = "Glow",
|
||||
keys = {
|
||||
{ "<leader>m","<Nop>", desc = " Markdown" },
|
||||
{ "<leader>mp",":Glow <CR>", desc = "Markdown preview" },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue