This commit is contained in:
Christian Nieves
2022-11-14 18:34:29 +00:00
parent 9028ccc503
commit 27b63b8a41
4 changed files with 22 additions and 25 deletions

View File

@ -95,19 +95,12 @@ call plug#begin('~/.vim/plugged')
source ~/.vim/prefs/golang.vim
source ~/.vim/prefs/ultisnips.vim
source ~/.vim/prefs/ripgrep.vim
source ~/.vim/prefs/imp.vim
source ~/.vim/prefs/fzf.vim
source ~/.vim/prefs/devicons.vim
source ~/.vim/prefs/airline.vim
call plug#end() " required
lua require("plugins")
if filereadable(expand("~/use_google"))
source ~/.vim/prefs/imp.vim
source ~/.vim/prefs/google_comments.vim
lua require("google_comments")
endif
filetype plugin on " redundant?
filetype plugin indent on