Updated nvim

This commit is contained in:
Eduard Urbach 2023-09-07 14:08:10 +02:00
parent 306059ea36
commit 4fcefb8581
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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 = {