diff --git a/.config/nvim/colors b/.config/nvim/colors new file mode 120000 index 0000000..6c25432 --- /dev/null +++ b/.config/nvim/colors @@ -0,0 +1 @@ +/home/beppe/.vim/colors \ No newline at end of file diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim new file mode 120000 index 0000000..64a6e3f --- /dev/null +++ b/.config/nvim/init.vim @@ -0,0 +1 @@ +/home/beppe/.vimrc \ No newline at end of file diff --git a/.vimrc b/.vimrc index 4e548aa..c411e69 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,3 @@ - " Disable compatibility with vi set nocompatible @@ -91,6 +90,7 @@ set lazyredraw call plug#begin('~/.vim/plugged') Plug 'preservim/nerdtree' " Plug 'prabirshrestha/vim-lsp' + "Plug 'tpope/vim-surround' Plug 'SirVer/ultisnips' "Plug 'sheerun/vim-polyglot' Plug 'petrbroz/vim-glsl'