mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
lots of macbook vim stuff
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user