More work, LSP is not working yet need to figure that out more

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-07 03:19:56 -05:00
parent 713d128018
commit 764b890c58
32 changed files with 290 additions and 441 deletions

View file

@ -1,15 +0,0 @@
return {
"lnc3l0t/glow.nvim",
commit = "bbd0473d72a45094495ee5600b5577823543eefe",
branch = "advanced_window",
config = {
default_type = "keep",
},
cmd = "Glow",
mappings = {
n = {
["<leader>m"] = { "<Nop>", name = " Markdown" },
["<leader>mp"] = { ":Glow <CR>", desc = "Markdown preview" },
}
}
}