Fix config and add jsonls

This commit is contained in:
2026-07-13 08:58:54 +02:00
parent 8441afb56f
commit c9624811a3
2 changed files with 4 additions and 1 deletions

View File

@@ -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/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-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", -- Syntax highlighting
"https://github.com/nvim-treesitter/nvim-treesitter-context", -- show sticky headers
"https://github.com/stevearc/oil.nvim", -- File explorer "https://github.com/stevearc/oil.nvim", -- File explorer
"https://github.com/folke/snacks.nvim", -- Dep for claudecode "https://github.com/folke/snacks.nvim", -- Dep for claudecode
"https://github.com/coder/claudecode.nvim", -- Claude code "https://github.com/coder/claudecode.nvim", -- Claude code
@@ -304,6 +305,7 @@ require("mason-lspconfig").setup({
"vue_ls", "vue_ls",
"ansiblels", "ansiblels",
"eslint", "eslint",
"jsonls"
}, },
automatic_enable = { automatic_enable = {
exclude = { "ts_ls", "vue_ls" }, exclude = { "ts_ls", "vue_ls" },

View File

@@ -15,5 +15,6 @@
"dependencies": { "dependencies": {
"@vue/typescript-plugin": "^3.2.5", "@vue/typescript-plugin": "^3.2.5",
"neovim": "5.4.0" "neovim": "5.4.0"
} },
"packageManager": "pnpm@11.12.0+sha512.820a6fbd0d9f04c226638002aead1e45340a9139dd5dc077c1d83ef44aa2481c8eb6637b4c9aa696a3c7e35ba818e49cf27213e5f2b91138d09b7a3e26e898ba"
} }