nvim config again

This commit is contained in:
2024-06-23 20:14:57 +02:00
parent 5d1c2e3132
commit 6313a5a5df
3 changed files with 3 additions and 1 deletions

1
.config/nvim/colors Symbolic link
View File

@@ -0,0 +1 @@
/home/beppe/.vim/colors

1
.config/nvim/init.vim Symbolic link
View File

@@ -0,0 +1 @@
/home/beppe/.vimrc

2
.vimrc
View File

@@ -1,4 +1,3 @@
" Disable compatibility with vi " Disable compatibility with vi
set nocompatible set nocompatible
@@ -91,6 +90,7 @@ set lazyredraw
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'preservim/nerdtree' Plug 'preservim/nerdtree'
" Plug 'prabirshrestha/vim-lsp' " Plug 'prabirshrestha/vim-lsp'
"Plug 'tpope/vim-surround'
Plug 'SirVer/ultisnips' Plug 'SirVer/ultisnips'
"Plug 'sheerun/vim-polyglot' "Plug 'sheerun/vim-polyglot'
Plug 'petrbroz/vim-glsl' Plug 'petrbroz/vim-glsl'