Skip to content
/ nvim Public

Neovim configuration

Notifications You must be signed in to change notification settings

asiryk/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

286 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Neovim configuration

Topics

Resources

Stars

Watchers

Forks