tangled
alpha
login
or
join now
boltless.me
/
nvim_rocks
0
fork
atom
neovim configuration using rocks.nvim plugin manager
0
fork
atom
overview
issues
pulls
pipelines
chore: update
Seongmin Lee
1 year ago
4c859f8d
628c84cd
+54
-54
2 changed files
expand all
collapse all
unified
split
lua
plugins
neorg.lua
rocks.toml
+1
lua/plugins/neorg.lua
···
1
1
+
-- require("neorg").setup()
+53
-54
rocks.toml
···
14
14
# List of Neovim plugins to install alongside their versions.
15
15
# If the plugin name contains a dot then you must add quotes to the key name!
16
16
[plugins]
17
17
-
"rocks.nvim" = "2.40.2"
18
18
-
"rocks-git.nvim" = "2.3.1"
17
17
+
"rocks.nvim" = "2.43.0"
18
18
+
"rocks-git.nvim" = "2.5.2"
19
19
"rocks-dev.nvim" = "1.7.0"
20
20
-
"rocks-config.nvim" = "3.0.0"
21
21
-
"rocks-lazy.nvim" = "1.1.0"
20
20
+
"rocks-config.nvim" = "3.1.0"
21
21
+
"rocks-lazy.nvim" = "1.1.1"
22
22
"rocks-edit.nvim" = "scm"
23
23
-
"rocks-treesitter.nvim" = "1.1.3"
23
23
+
"rocks-treesitter.nvim" = "1.3.0"
24
24
25
25
-
# harpoon uses plenary.nvim
26
26
-
"plenary.nvim" = "scm"
27
27
-
nvim-lspconfig = "1.0.0"
28
28
-
"indent-blankline.nvim" = "3.8.0"
29
29
-
"conform.nvim" = "8.1.0"
25
25
+
nvim-lspconfig = "1.2.0"
26
26
+
"indent-blankline.nvim" = "3.8.6"
27
27
+
"conform.nvim" = "8.3.0"
30
28
"fidget.nvim" = "1.4.1"
31
29
luasnip = { version = "2.3.0", event = "InsertEnter" }
32
30
neogit = { version = "scm", cmd = "Neogit" }
33
31
"kanagawa.nvim" = "scm"
34
32
"mini.ai" = "scm"
35
33
nvim-surround = "2.1.5"
36
36
-
# nvim-treesitter-legacy-api = "0.9.2"
37
37
-
fzf-lua = { version = "0.0.1472" }
38
38
-
"quicker.nvim" = "1.1.1"
39
39
-
# nvim-ufo = "1.4.0"
34
34
+
fzf-lua = { version = "0.0.1594" }
35
35
+
"quicker.nvim" = "1.3.0"
40
36
"telescope.nvim" = "scm"
41
37
"octo.nvim" = { version = "scm", cmd = "Octo", event = "BufReadCmd octo://*" }
42
42
-
"oil.nvim" = "2.12.2"
38
38
+
"oil.nvim" = "2.14.0"
43
39
nvim-lint = "scm"
44
40
treesj = "scm"
45
45
-
"lazydev.nvim" = "1.8.0"
41
41
+
"lazydev.nvim" = "1.9.0"
46
42
47
47
-
tree-sitter-astro = "0.0.27"
48
48
-
tree-sitter-css = "0.0.27"
49
49
-
tree-sitter-dockerfile = "0.0.27"
43
43
+
tree-sitter-astro = "0.0.33"
44
44
+
tree-sitter-css = "0.0.31"
45
45
+
tree-sitter-dockerfile = "0.0.29"
50
46
tree-sitter-ecma = "0.0.10"
51
51
-
tree-sitter-editorconfig = "0.0.28"
52
52
-
tree-sitter-gitattributes = "0.0.27"
53
53
-
tree-sitter-gitcommit = "0.0.27"
54
54
-
tree-sitter-gitignore = "0.0.27"
55
55
-
tree-sitter-go = "0.0.28"
56
56
-
tree-sitter-gomod = "0.0.28"
57
57
-
tree-sitter-graphql = "0.0.27"
58
58
-
tree-sitter-groovy = "0.0.27"
59
59
-
tree-sitter-html = "0.0.27"
47
47
+
tree-sitter-editorconfig = "0.0.45"
48
48
+
tree-sitter-gitattributes = "0.0.30"
49
49
+
tree-sitter-gitcommit = "0.0.33"
50
50
+
tree-sitter-gitignore = "0.0.29"
51
51
+
tree-sitter-go = "0.0.36"
52
52
+
tree-sitter-gomod = "0.0.31"
53
53
+
tree-sitter-graphql = "0.0.29"
54
54
+
tree-sitter-groovy = "0.0.30"
55
55
+
tree-sitter-html = "0.0.33"
60
56
tree-sitter-html_tags = "0.0.10"
61
61
-
tree-sitter-hurl = "0.0.28"
62
62
-
tree-sitter-ini = "0.0.27"
63
63
-
tree-sitter-javascript = "0.0.27"
64
64
-
tree-sitter-json = "0.0.27"
65
65
-
tree-sitter-jsonc = "0.0.27"
57
57
+
tree-sitter-hurl = "0.0.30"
58
58
+
tree-sitter-ini = "0.0.29"
59
59
+
tree-sitter-javascript = "0.0.33"
60
60
+
tree-sitter-json = "0.0.33"
61
61
+
tree-sitter-jsonc = "0.0.29"
66
62
tree-sitter-jsx = "0.0.10"
67
67
-
tree-sitter-kotlin = "0.0.27"
68
68
-
tree-sitter-lua = "0.0.28"
69
69
-
tree-sitter-make = "0.0.27"
70
70
-
tree-sitter-nix = "0.0.35"
71
71
-
tree-sitter-query = "0.0.27"
72
72
-
tree-sitter-regex = "0.0.27"
73
73
-
tree-sitter-rust = "0.0.27"
74
74
-
tree-sitter-swift = "0.0.30"
75
75
-
tree-sitter-templ = "0.0.29"
76
76
-
tree-sitter-tmux = "0.0.27"
77
77
-
tree-sitter-toml = "0.0.27"
78
78
-
tree-sitter-tsx = "0.0.27"
79
79
-
tree-sitter-typescript = "0.0.27"
80
80
-
tree-sitter-vimdoc = "0.0.27"
81
81
-
tree-sitter-vue = "0.0.27"
82
82
-
tree-sitter-xml = "0.0.27"
83
83
-
tree-sitter-yaml = "0.0.27"
63
63
+
tree-sitter-kotlin = "0.0.31"
64
64
+
tree-sitter-lua = "0.0.32"
65
65
+
tree-sitter-make = "0.0.29"
66
66
+
tree-sitter-nix = "0.0.51"
67
67
+
tree-sitter-query = "0.0.30"
68
68
+
tree-sitter-regex = "0.0.38"
69
69
+
tree-sitter-rust = "0.0.38"
70
70
+
tree-sitter-swift = "0.0.42"
71
71
+
tree-sitter-templ = "0.0.42"
72
72
+
tree-sitter-tmux = "0.0.29"
73
73
+
tree-sitter-toml = "0.0.31"
74
74
+
tree-sitter-tsx = "0.0.32"
75
75
+
tree-sitter-typescript = "0.0.32"
76
76
+
tree-sitter-vimdoc = "0.0.31"
77
77
+
tree-sitter-vue = "0.0.29"
78
78
+
tree-sitter-xml = "0.0.34"
79
79
+
tree-sitter-yaml = "0.0.30"
84
80
85
81
"diffview.nvim" = "scm"
86
82
"sweetie.nvim" = "3.2.0"
87
83
"crates.nvim" = { version = "0.5.2", event = "BufRead" }
88
84
"leap.nvim" = "scm"
89
85
"gitsigns.nvim" = "0.9.0"
86
86
+
tree-sitter-dart = "0.0.34"
87
87
+
tree-sitter-sql = "0.0.38"
88
88
+
nvim-treesitter-legacy-api = "0.9.2"
89
89
+
neorg = "9.1.1"
90
90
91
91
+
# [plugins."sense.nvim"]
92
92
+
# dir = "~/projects/sense.nvim/"
91
93
[plugins."rest.nvim"]
92
92
-
dir = "~/repo/rest.nvim"
93
93
-
94
94
-
[plugins."sense.nvim"]
95
95
-
dir = "~/projects/sense.nvim/"
94
94
+
dir = "~/repo/rest.nvim/"
96
95
97
96
[plugins.github-nvim-theme]
98
97
git = "projekt0n/github-nvim-theme"