vim updates

This commit is contained in:
Pin Straw
2026-05-25 16:08:43 -04:00
parent cc6037a945
commit 79a96e3486
2 changed files with 8 additions and 2 deletions

2
.vimrc
View File

@@ -8,6 +8,8 @@ call plug#begin()
Plug 'editorconfig/editorconfig-vim'
Plug 'towolf/vim-helm'
Plug 'valloric/youcompleteme'
Plug 'fatih/vim-go'
Plug 'NoahTheDuke/vim-just'
call plug#end()
syntax on