Skip to content

asiryk/nvim

Repository files navigation

nvim configuration

preview

read help for editing.txt

TODO

  • Add syntax correction and underline for comments or identifier names (either builtin or plugin)

Removing

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

Useful things I want to remember

Fix very long lines

Set a width, and split very long lines with the ones that fit into specified width

:set textwidth=90
:g/^/normal gq$

Spell check

:set spell spelllang=uk,en
  • zg - add custom word to dictionary
  • zug - remove custom word from dictionary
  • <C-^> - Toggle between 2 recent buffers

Pasting in insert mode

https://neovim.io/doc/user/insert/#i_CTRL-R

About

Neovim configuration

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Contributors