···77# List of non-Neovim rocks.
88# This includes things like `toml` or other lua packages.
99[rocks]
1010-lua-curl = "0.3.13"
1110xml2lua = "1.6"
1211mimetypes = "1.0.0"
1312nvim-nio = "1.10.0"
···1514# List of Neovim plugins to install alongside their versions.
1615# If the plugin name contains a dot then you must add quotes to the key name!
1716[plugins]
1818-"rocks.nvim" = "2.37.0"
1717+"rocks.nvim" = "2.37.1"
1918"rocks-git.nvim" = "2.0.1"
2020-"rocks-dev.nvim" = "1.3.0"
1919+"rocks-dev.nvim" = "1.5.0"
2120"rocks-config.nvim" = "2.2.0"
2221"rocks-edit.nvim" = "scm"
2322"rocks-treesitter.nvim" = "1.0.3"
···8180tree-sitter-nix = "0.0.5"
8281nvim-ufo = "1.4.0"
8382"telescope.nvim" = "scm"
8383+tree-sitter-http = "scm"
84848585[plugins."gitsigns.nvim"]
8686git = "lewis6991/gitsigns.nvim"