a minimal & featherweight NeoVim config
cargo
- no third party plug managers or extra dependencies (beside cargo which is needed for blink.cmp it is really worth it though)
- plug and play
- fast auto-completion & LSP support using blink.cmp
- lightweight auto-pairs, status-line, tab-line, notifications using mini.nvim
- nordic theme
- only 34 lines (as the time of writing, expect the number to be changed in the future)
- better clipboard
- removed right click mouse menu (you can added it back by removing one line I just don't like it)
run sh intsall.sh or run mkdir ~/.config/nvim && cp ./init.lua ~/.config/nvim/