Skip to content

Commit

Permalink
feat: json ls
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jun 20, 2024
1 parent 0323ffd commit 887f798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,17 @@ return {
yaml = {
schemaStore = {
enable = true,
url = '',
-- url = '',
},
},
},
}

lspconfig.jsonls.setup {
capabilities = capabilities,
flags = lsp_flags,
}

lspconfig.dotls.setup {
capabilities = capabilities,
flags = lsp_flags,
Expand Down
1 change: 0 additions & 1 deletion lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ return {
vimgrep_arguments = vimgrep_arguments,
file_ignore_patterns = {
'node_modules',
'%_files/',
'%_cache',
'.git/',
'site_libs',
Expand Down

0 comments on commit 887f798

Please sign in to comment.