- Add syntax correction and underline for comments or identifier names (either builtin or plugin)
- Neovim
- A C compiler in your path and libstdc++ installed (gcc, g++) for TreeSitter
To completely remove any footprints of the config:
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
Set a width, and split very long lines with the ones that fit into specified width
:set textwidth=90
:g/^/normal gq$
:set spell spelllang=uk,en
zg
- add custom word to dictionaryzug
- remove custom word from dictionary<C-^>
- Toggle between 2 recent buffers