mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Adding my neovim config
This commit is contained in:
21
nvim/disable/rocks.toml
Normal file
21
nvim/disable/rocks.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user