
NVim
Neovim containerized with my custom setup
Plugins
- Deoplete for autocompletion, suggestions popup menu opens automatically
- NERDTree for file navigation
- neovim-fuzzy to find and open files (name patterns or content)
- vim-airline provides a nice looking status bar
- fugitive for git actions and status bar integration
- git-gutter shows modifications inside edited files
Default custom keymap
- <C-P>: NERDTree Toggle
- <C-O>: FuzzyOpen on file name
- <C-T>: Opens a new tab
- Tab: to switch between results when autocompleting
Preview
