diff options
author | Chris <[email protected]> | 2021-03-17 20:32:52 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-17 20:32:52 -0400 |
commit | 6ed2437edbbc49f03df1023f4dae723cc7ba77d3 (patch) | |
tree | d0b3cf04722baeb9ea042be98af38d9c56c1d292 /lua/lsp/json-ls.lua | |
parent | 32669553598a8c8b36b2c1884744fee2363b4120 (diff) |
new language servers and smart document highlighting
Diffstat (limited to 'lua/lsp/json-ls.lua')
-rw-r--r-- | lua/lsp/json-ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lsp/json-ls.lua b/lua/lsp/json-ls.lua index d13fed3f..57c13224 100644 --- a/lua/lsp/json-ls.lua +++ b/lua/lsp/json-ls.lua @@ -1,5 +1,6 @@ -- npm install -g vscode-json-languageserver require'lspconfig'.jsonls.setup { + on_attach = require'lsp'.common_on_attach, commands = { Format = { function() |