Updated nvim

This commit is contained in:
2023-09-07 14:08:10 +02:00
parent dfe88eaa65
commit 28046269ed
3 changed files with 25 additions and 13 deletions

View File

@ -6,6 +6,17 @@ return {
},
opts = {
servers = {
denols = {
filetypes = {
"javascript",
"typescript",
"markdown",
"json",
},
init_options = {
lint = true,
},
},
gopls = {},
lua_ls = {
settings = {