neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update

+16 -11
+16 -11
rocks.toml
··· 12 12 # If the plugin name contains a dot then you must add quotes to the key name! 13 13 [plugins] 14 14 "rocks.nvim" = "2.35.1" 15 - "rocks-git.nvim" = "1.5.1" 15 + "rocks-git.nvim" = "2.0.0" 16 16 "rocks-dev.nvim" = "1.2.4" 17 - "rocks-config.nvim" = "2.1.3" 17 + "rocks-config.nvim" = "2.1.4" 18 18 "rocks-edit.nvim" = "scm" 19 - "rocks-treesitter.nvim" = { dir = "~/Projects/rocks-treesitter.nvim" } 19 + "rocks-treesitter.nvim" = "scm" 20 20 # harpoon uses plenary.nvim 21 21 "plenary.nvim" = "scm" 22 22 github-nvim-theme = "1.0.2" ··· 53 53 tree-sitter-typescript = "scm" 54 54 tree-sitter-yaml = "scm" 55 55 56 - "oil.nvim" = { git = "stevearc/oil.nvim", rev = "v2.9.0" } 57 - nvim-cmp = { git = "hrsh7th/nvim-cmp" } 58 - cmp-nvim-lsp = { git = "hrsh7th/cmp-nvim-lsp" } 59 - "leap.nvim" = { git = "ggandor/leap.nvim" } 60 - harpoon = { git = "ThePrimeagen/harpoon", branch = "harpoon2" } 56 + "oil.nvim" = "2.11.0" 57 + # nvim-cmp = { git = "hrsh7th/nvim-cmp" } 58 + # cmp-nvim-lsp = { git = "hrsh7th/cmp-nvim-lsp" } 61 59 # for some plugins that needs legacy api (e.g. nvim-surround) 62 60 nvim-treesitter-textobjects = { dir = "~/repo/nvim-treesitter-textobjects" } 63 61 nvim-lint = "scm" ··· 72 70 tree-sitter-vimdoc = "scm" 73 71 "lazydev.nvim" = "1.6.0" 74 72 73 + [plugins."gitsigns.nvim"] 74 + git = "lewis6991/gitsigns.nvim" 75 + rev = "v0.9.0" 76 + 75 77 [plugins."crates.nvim" ] 76 78 git = "Saecki/crates.nvim" 77 79 rev = "v0.5.1" 78 80 79 - [plugins."gitsigns.nvim" ] 80 - git = "lewis6991/gitsigns.nvim" 81 - rev = "v0.9.0" 81 + [plugins.harpoon] 82 + git = "ThePrimeagen/harpoon" 83 + branch = "harpoon2" 84 + 85 + [plugins."leap.nvim"] 86 + git = "ggandor/leap.nvim" 82 87 83 88 [config] 84 89 auto_setup = false