# This is your rocks.nvim plugins declaration file. # Here is a small yet pretty detailed example on how to use it: # # [plugins] # nvim-treesitter = "semver_version" # e.g. "1.0.0" # List of non-Neovim rocks. # This includes things like `toml` or other lua packages. [rocks] # List of Neovim plugins to install alongside their versions. # If the plugin name contains a dot then you must add quotes to the key name! [plugins] "rocks.nvim" = "2.43.1" # rocks.nvim can also manage itself :D "rocks-config.nvim" = "3.1.0" neorg = "9.3.0" "rocks-git.nvim" = "2.5.3" [plugins.nvim-treesitter] git = "nvim-treesitter/nvim-treesitter" rev = "v0.9.3"