Migrate to native lsp config and other misc stuff
This commit is contained in:
parent
50031cba0e
commit
2b05047eb9
21 changed files with 82 additions and 40 deletions
8
lua/lsp_extend/jsonls.lua
Normal file
8
lua/lsp_extend/jsonls.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
settings = {
|
||||
json = {
|
||||
schemas = require('schemastore').json.schemas(),
|
||||
validate = { enable = true },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue