diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-04 17:42:12 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-12-04 17:42:12 +0100 |
commit | c5fde9c69aa5c8c14fbe354a86f4835ab2869637 (patch) | |
tree | 7e9178ede55cde164cc672b9899d23a6d4b3bcf3 /files/vim/.vimrc | |
parent | 54835a472f09615457b6fcbf093af497c5c714ec (diff) | |
download | configs-c5fde9c69aa5c8c14fbe354a86f4835ab2869637.tar.gz configs-c5fde9c69aa5c8c14fbe354a86f4835ab2869637.zip |
Added calcurse module to i3blocks and reorganized vim files.
Diffstat (limited to 'files/vim/.vimrc')
-rw-r--r-- | files/vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/vim/.vimrc b/files/vim/.vimrc index 59ceccd..1e8fdd4 100644 --- a/files/vim/.vimrc +++ b/files/vim/.vimrc @@ -16,7 +16,7 @@ Plug 'tpope/vim-repeat' Plug 'vimwiki/vimwiki' Plug 'vim-airline/vim-airline' Plug 'vim-syntastic/syntastic' -Plug 'Valloric/YouCompleteMe' +"Plug 'Valloric/YouCompleteMe' Plug 'OmniSharp/omnisharp-vim' Plug 'dylanaraps/wal.vim' call plug#end() |