refactor: unify syntax langs
This commit is contained in:
6
lsp/jsonls.lua
Normal file
6
lsp/jsonls.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
cmd = { 'vscode-json-language-server', '--stdio' },
|
||||
filetypes = { 'json', 'jsonc' },
|
||||
init_options = { provideFormatter = true },
|
||||
root_markers = { '.git' },
|
||||
}
|
||||
Reference in New Issue
Block a user