refactor: unify syntax langs

This commit is contained in:
2025-10-22 17:17:24 +03:00
parent bcbd5c9faa
commit 77d4250057
6 changed files with 107 additions and 72 deletions

6
lsp/jsonls.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
cmd = { 'vscode-json-language-server', '--stdio' },
filetypes = { 'json', 'jsonc' },
init_options = { provideFormatter = true },
root_markers = { '.git' },
}