Update markdown nvim plugins

This commit is contained in:
Alexander Navarro 2024-07-21 11:35:27 -04:00
parent 542a016903
commit 183e3303be
3 changed files with 13 additions and 54 deletions

View file

@ -7,7 +7,7 @@ return {
{ "williamboman/mason.nvim" },
"williamboman/mason-lspconfig.nvim",
-- Additional lua configuration, makes nvim stuff amazing!
{ "folke/neodev.nvim", opts = {} },
{ "folke/neodev.nvim", opts = {} },
},
config = function()
@ -58,6 +58,7 @@ return {
dockerls = {},
emmet_ls = {},
html = {},
marksman = {},
pyright = {},
phpactor = {},
gopls = {
@ -96,9 +97,9 @@ return {
tsserver = {
init_options = {
preferences = {
disableSuggestions = true
}
}
disableSuggestions = true,
},
},
},
lua_ls = {
settings = {