diff --git a/nvim/init.vim b/nvim/init.vim index 7abc9e0..15a81f9 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -26,7 +26,9 @@ map sr :setlocal spell! spelllang=ro " ### call plug#begin('~/.local/share/nvim/plugged') +" REMINDER - on a new system install go for hexokinase (color preview) Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } +Plug 'vimwiki/vimwiki' call plug#end() @@ -41,6 +43,7 @@ autocmd VimEnter * HexokinaseTurnOn " # Key Remapping " ### +" Reload this config file map :source ~/.config/nvim/init.vim nnoremap e :Ex