Updated nvim
This commit is contained in:
parent
dfe88eaa65
commit
28046269ed
3 changed files with 25 additions and 13 deletions
|
@ -6,6 +6,17 @@ return {
|
|||
},
|
||||
opts = {
|
||||
servers = {
|
||||
denols = {
|
||||
filetypes = {
|
||||
"javascript",
|
||||
"typescript",
|
||||
"markdown",
|
||||
"json",
|
||||
},
|
||||
init_options = {
|
||||
lint = true,
|
||||
},
|
||||
},
|
||||
gopls = {},
|
||||
lua_ls = {
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue