diff --git a/home/apps/neovim.nix b/home/apps/neovim.nix index 7a8253b..319292e 100644 --- a/home/apps/neovim.nix +++ b/home/apps/neovim.nix @@ -42,22 +42,7 @@ # go go - delve - ginkgo - gofumpt - golangci-lint - golines - gomodifytags - gopls - gotests - gotestsum - gotools - govulncheck - iferr - impl - mockgen - reftools - richgo + pkgs.nur.repos.nekowinston.gonvim-tools # webdev nodePackages."@astrojs/language-server" diff --git a/home/apps/neovim/lazy-lock.json b/home/apps/neovim/lazy-lock.json index 4506d93..4e61a92 100644 --- a/home/apps/neovim/lazy-lock.json +++ b/home/apps/neovim/lazy-lock.json @@ -53,13 +53,13 @@ "nvim-treesitter": { "branch": "master", "commit": "ec7db4ba3f4dd9c1d7faab48d982c254a648023b" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "52f1f3280d9092bfaee5c45be5962fabee3d9654" }, "nvim-ts-autotag": { "branch": "main", "commit": "6be1192965df35f94b8ea6d323354f7dc7a557e4" }, - "nvim-ts-rainbow2": { "branch": "master", "commit": "d6e82e23f877f488563437237abbc85d7cededea" }, "nvim-web-devicons": { "branch": "master", "commit": "9ab9b0b894b2388a9dbcdee5f00ce72e25d85bf9" }, "octo.nvim": { "branch": "master", "commit": "22328c578bc013fa4b0cef3d00af35efe0c0f256" }, "playground": { "branch": "master", "commit": "2b81a018a49f8e476341dfcb228b7b808baba68b" }, "plenary.nvim": { "branch": "master", "commit": "bda256fab0eb66a15e8190937e417e6a14ee5d72" }, "presence.nvim": { "branch": "main", "commit": "87c857a56b7703f976d3a5ef15967d80508df6e6" }, "py_lsp.nvim": { "branch": "main", "commit": "5b2bd6433a2dbab76d54d58ccc1d1e89b220091c" }, + "rainbow-delimiters.nvim": { "branch": "master", "commit": "7ca76423b0040e7f2c05553d8950d56dcb449f5b" }, "rust-tools.nvim": { "branch": "master", "commit": "71d2cf67b5ed120a0e31b2c8adb210dd2834242f" }, "schemastore.nvim": { "branch": "main", "commit": "78c53f2ce05b7209bf5e2e2b2e25c72a3c1444b2" }, "telescope-asynctasks.nvim": { "branch": "main", "commit": "065300fb0a8ba6a1c81991da1873c73e136dcdc0" }, diff --git a/home/apps/neovim/lua/plugins/tree-sitter.lua b/home/apps/neovim/lua/plugins/tree-sitter.lua index 414208c..6179c1d 100644 --- a/home/apps/neovim/lua/plugins/tree-sitter.lua +++ b/home/apps/neovim/lua/plugins/tree-sitter.lua @@ -47,7 +47,7 @@ return { "nvim-treesitter/playground", "nvim-treesitter/nvim-treesitter-textobjects", "windwp/nvim-ts-autotag", - "hiphish/nvim-ts-rainbow2", + "hiphish/rainbow-delimiters.nvim", -- not treesitter, but close enough "towolf/vim-helm",