feat(nvim): Markdown Support

This commit is contained in:
js0ny 2024-11-29 17:15:06 +00:00
parent 9076795c4f
commit d2a2ea47de
7 changed files with 25 additions and 10 deletions

View file

@ -18,5 +18,9 @@ return {
desc = "Buffer Local Keymaps (which-key)",
},
},
},
{
"github/copilot.vim",
lazy = false,
}
}