neovim configuration using rocks.nvim plugin manager

docs: update

+11
+10
README.md
··· 1 + # Minimal Neovim config 2 + 3 + - [rocks.nvim] as plugin manager 4 + - NO [nvim-treesitter] 5 + - NO [nvim-cmp] or [blink.cmp] 6 + 7 + [rocks.nvim]: https://github.com/nvim-neorocks/rocks.nvim 8 + [nvim-treesitter]: https://github.com/nvim-treesitter/nvim-treesitter 9 + [nvim-cmp]: https://github.com/hrsh7th/nvim-cmp 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 + - ( ) `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}