mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Markdown Support
This commit is contained in:
parent
9076795c4f
commit
d2a2ea47de
7 changed files with 25 additions and 10 deletions
|
|
@ -42,6 +42,7 @@ return {
|
|||
sources = cmp.config.sources({
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "copilot" },
|
||||
}, {
|
||||
{ name = "buffer" },
|
||||
{ name = "path" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue