diff --git a/AppData/Local/nvim/init.lua b/AppData/Local/nvim/init.lua index 4e78ae4..6c45cc1 100644 --- a/AppData/Local/nvim/init.lua +++ b/AppData/Local/nvim/init.lua @@ -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" }, diff --git a/package.json b/package.json index 2cf7b8d..0ccb1cf 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,6 @@ "dependencies": { "@vue/typescript-plugin": "^3.2.5", "neovim": "5.4.0" - } + }, + "packageManager": "pnpm@11.12.0+sha512.820a6fbd0d9f04c226638002aead1e45340a9139dd5dc077c1d83ef44aa2481c8eb6637b4c9aa696a3c7e35ba818e49cf27213e5f2b91138d09b7a3e26e898ba" } diff --git a/win32yank.exe b/win32yank.exe new file mode 100644 index 0000000..1c53fb7 Binary files /dev/null and b/win32yank.exe differ