-
Notifications
You must be signed in to change notification settings - Fork 0
/
rocks.toml
74 lines (60 loc) · 1.48 KB
/
rocks.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# 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]
"colorbuddy.nvim" = "scm"
"lir.nvim" = "scm"
"mini.nvim" = "scm"
"nvim-colorizer.lua" = "scm"
"rocks-git.nvim" = "2.3.2"
"rocks.nvim" = "2.40.4"
"typescript-tools.nvim" = "scm"
fzf-lua = "0.0.1475"
nvim-dap = "scm"
nvim-dap-ui = "scm"
nvim-lspconfig = "1.0.0"
nvim-snippy = "scm"
nvim-spider = "scm"
[plugins."neosolarized.nvim"]
git = "svrana/neosolarized.nvim"
rev = "main"
[plugins."reply.vim"]
git = "rhysd/reply.vim"
rev = "master"
[plugins."tint.nvim"]
git = "lbrayner/tint.nvim"
rev = "fixes"
[plugins.nvim-jdtls]
git = "lbrayner/nvim-jdtls"
rev = "lbrayner"
[plugins.vim-characterize]
git = "tpope/vim-characterize"
rev = "master"
[plugins.vim-dadbod]
git = "tpope/vim-dadbod"
rev = "master"
[plugins.vim-eunuch]
git = "tpope/vim-eunuch"
rev = "master"
[plugins.vim-fugitive]
git = "tpope/vim-fugitive"
rev = "master"
[plugins.vim-obsession]
git = "tpope/vim-obsession"
rev = "master"
[plugins.vim-quickhl]
git = "t9md/vim-quickhl"
rev = "master"
[plugins.vim-rsi]
git = "tpope/vim-rsi"
rev = "master"
[plugins.vim-rzip]
git = "lbrayner/vim-rzip"
rev = "master"