Add kubectl, gopath; Remove vim-cmake

This commit is contained in:
Tobias Reisinger 2021-01-20 14:00:21 +01:00
parent 88f956ac82
commit 3da8c87b36
3 changed files with 2 additions and 2 deletions
.config/vim

View file

@ -17,7 +17,6 @@ call plug#begin('~/.config/vim/plugged')
Plug 'sirtaj/vim-openscad'
Plug 'cespare/vim-toml'
Plug 'posva/vim-vue'
Plug 'vhdirk/vim-cmake'
Plug 'lervag/vimtex'
Plug 'fatih/vim-go'
call plug#end()