summaryrefslogtreecommitdiff
path: root/roles/common-linux/files
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common-linux/files')
-rw-r--r--roles/common-linux/files/.vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/common-linux/files/.vimrc b/roles/common-linux/files/.vimrc
index 990f4d6..0ada439 100644
--- a/roles/common-linux/files/.vimrc
+++ b/roles/common-linux/files/.vimrc
@@ -8,7 +8,7 @@ call vundle#begin()"
" Manage Plugins
Plugin 'gmarik/Vundle.vim'
" Autocompletion
-Plugin 'Valloric/YouCompleteMe'
+"Plugin 'Valloric/YouCompleteMe'
" Displays Tagbar for Code
Plugin 'majutsushi/tagbar'
" Golang
@@ -44,7 +44,8 @@ Plugin 'vim-scripts/ZoomWin'
" Debugger
Plugin 'joonty/vdebug'
" Read HN
-Plugin 'ryanss/vim-hackernews'
+"Plugin 'ryanss/vim-hackernews'
+Plugin 'vim-hackernews'
command HN HackerNews
" Change surrounding tags easily like ", ' or <tag>
Plugin 'tpope/vim-surround'