neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

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

chore: update dependencies

+3 -3
+3 -3
rocks.toml
··· 7 7 # List of non-Neovim rocks. 8 8 # This includes things like `toml` or other lua packages. 9 9 [rocks] 10 - lua-curl = "0.3.13" 11 10 xml2lua = "1.6" 12 11 mimetypes = "1.0.0" 13 12 nvim-nio = "1.10.0" ··· 15 14 # List of Neovim plugins to install alongside their versions. 16 15 # If the plugin name contains a dot then you must add quotes to the key name! 17 16 [plugins] 18 - "rocks.nvim" = "2.37.0" 17 + "rocks.nvim" = "2.37.1" 19 18 "rocks-git.nvim" = "2.0.1" 20 - "rocks-dev.nvim" = "1.3.0" 19 + "rocks-dev.nvim" = "1.5.0" 21 20 "rocks-config.nvim" = "2.2.0" 22 21 "rocks-edit.nvim" = "scm" 23 22 "rocks-treesitter.nvim" = "1.0.3" ··· 81 80 tree-sitter-nix = "0.0.5" 82 81 nvim-ufo = "1.4.0" 83 82 "telescope.nvim" = "scm" 83 + tree-sitter-http = "scm" 84 84 85 85 [plugins."gitsigns.nvim"] 86 86 git = "lewis6991/gitsigns.nvim"