diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index cddae75..e24b5ed 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -1,11 +1,22 @@ +" " vim-plug +" call plug#begin(stdpath('data') . '/plugged') Plug 'ctrlpvim/ctrlp.vim' +" Code analysis and autocompletion +Plug 'dense-analysis/ale' +Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } + +" Git +Plug 'airblade/vim-gitgutter' + call plug#end() +" " General configuration +" set title " Shows file name in title set number " Shows line numbers set nowrap " Do not wrap lines @@ -14,6 +25,17 @@ set hidden " Allow buffer switch without saving set ignorecase " Allows case insensitive searches "set smartcase " Case sensitive searches if uppercase is used -set spelllang=en +set spelllang=en " Check language spelling in english +" +" Theming +" colorscheme zellner + +" +" Deoplete +" +let g:deoplete#enable_at_startup = 1 + +" - Autocomplete with +inoremap pumvisible() ? "\" : "\"