rocks.toml (933B)
1 # This is your rocks.nvim plugins declaration file. 2 # Here is a small yet pretty detailed example on how to use it: 3 # 4 # [plugins] 5 # nvim-treesitter = "semver_version" # e.g. "1.0.0" 6 7 # List of non-Neovim rocks. 8 # This includes things like `toml` or other lua packages. 9 [rocks] 10 11 # List of Neovim plugins to install alongside their versions. 12 # If the plugin name contains a dot then you must add quotes to the key name! 13 [plugins] 14 "rocks.nvim" = "2.37.0" 15 "dracula.nvim" = "scm" 16 "azy.nvim" = "scm" 17 "mason-lspconfig.nvim" = "1.30.0" 18 "complementree.nvim" = "scm" 19 nvim-treesitter = "scm" 20 "mini.nvim" = "scm" 21 nvim-lspconfig = "0.1.8" 22 "architext.nvim" = "scm" 23 "rocks-treesitter.nvim" = "1.0.3" 24 tree-sitter-latex = "0.0.3" 25 "plenary.nvim" = "scm" 26 "rocks-git.nvim" = "2.0.1" 27 tree-sitter-python = "0.0.3" 28 29 [plugins."lean.nvim"] 30 git = "julian/lean.nvim" 31 rev = "v1.0.0^{}" 32 33 [plugins."gitsigns.nvim"] 34 git = "lewis6991/gitsigns.nvim" 35 rev = "v0.9.0"