Fix config and add jsonls
This commit is contained in:
@@ -94,6 +94,7 @@ vim.pack.add({
|
||||
"https://github.com/folke/which-key.nvim", -- Shortcut hints (bar at the bottom when pressing space)
|
||||
"https://github.com/nvim-lua/plenary.nvim", -- Helper lua functions, dep of todo-comments.
|
||||
"https://github.com/nvim-treesitter/nvim-treesitter", -- Syntax highlighting
|
||||
"https://github.com/nvim-treesitter/nvim-treesitter-context", -- show sticky headers
|
||||
"https://github.com/stevearc/oil.nvim", -- File explorer
|
||||
"https://github.com/folke/snacks.nvim", -- Dep for claudecode
|
||||
"https://github.com/coder/claudecode.nvim", -- Claude code
|
||||
@@ -304,6 +305,7 @@ require("mason-lspconfig").setup({
|
||||
"vue_ls",
|
||||
"ansiblels",
|
||||
"eslint",
|
||||
"jsonls"
|
||||
},
|
||||
automatic_enable = {
|
||||
exclude = { "ts_ls", "vue_ls" },
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
"dependencies": {
|
||||
"@vue/typescript-plugin": "^3.2.5",
|
||||
"neovim": "5.4.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@11.12.0+sha512.820a6fbd0d9f04c226638002aead1e45340a9139dd5dc077c1d83ef44aa2481c8eb6637b4c9aa696a3c7e35ba818e49cf27213e5f2b91138d09b7a3e26e898ba"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user