lots of macbook vim stuff
This commit is contained in:
parent
5b483a9db7
commit
feb59d91c5
20 changed files with 267 additions and 226 deletions
|
|
@ -8,7 +8,7 @@ return {
|
|||
local schemastore = require 'schemastore'
|
||||
local lspconfig = require 'lspconfig'
|
||||
lspconfig.jsonls.setup {
|
||||
settigns = {
|
||||
settings = {
|
||||
json = {
|
||||
schemas = schemastore.json.schemas(),
|
||||
validate = {
|
||||
|
|
@ -18,7 +18,7 @@ return {
|
|||
},
|
||||
}
|
||||
lspconfig.yamlls.setup {
|
||||
settigns = {
|
||||
settings = {
|
||||
yaml = {
|
||||
schemas = schemastore.yaml.schemas(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue