mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-28 19:42:47 +00:00
nvim config again
This commit is contained in:
1
.config/nvim/colors
Symbolic link
1
.config/nvim/colors
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/beppe/.vim/colors
|
1
.config/nvim/init.vim
Symbolic link
1
.config/nvim/init.vim
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/beppe/.vimrc
|
2
.vimrc
2
.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'
|
||||
|
Reference in New Issue
Block a user