feat: new config with everything manually installed
This commit is contained in:
4
lsp/jsonls.lua
Normal file
4
lsp/jsonls.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
return {
|
||||
cmd = { 'vscode-json-language-server', '--stdio' },
|
||||
filetypes = { 'json', 'jsonc' },
|
||||
}
|
||||
Reference in New Issue
Block a user