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
docs: update
Seongmin Lee
1 year ago
d3e4c9fb
7d1e0f0e
+11
2 changed files
expand all
collapse all
unified
split
README.md
todo.norg
+10
README.md
···
1
1
+
# Minimal Neovim config
2
2
+
3
3
+
- [rocks.nvim] as plugin manager
4
4
+
- NO [nvim-treesitter]
5
5
+
- NO [nvim-cmp] or [blink.cmp]
6
6
+
7
7
+
[rocks.nvim]: https://github.com/nvim-neorocks/rocks.nvim
8
8
+
[nvim-treesitter]: https://github.com/nvim-treesitter/nvim-treesitter
9
9
+
[nvim-cmp]: https://github.com/hrsh7th/nvim-cmp
10
10
+
[blink.cmp]: https://github.com/Saghen/blink.cmp
+1
todo.norg
···
2
2
- ( ) remove `nvim-lspconfig` in v0.11
3
3
- ( ) `ds%` to delete any surrounding under cursor
4
4
- ( ) `:h 'matchpairs'`
5
5
+
- ( ) `i_CTRL-X_CTRL-X` for snippets completion
5
6
- (x) statusline
6
7
- ( ) [sg.nvim]{https://github.com/sourcegraph/sg.nvim} support with luarocks maybe?
7
8
- ( ) [rustaceanvim]{https://github.com/mrcjkb/rustaceanvim}