summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-05-26 13:17:05 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-05-26 13:17:05 +0100
commit0eec77acac65c39ac60a9c841c355b0a6566f269 (patch)
tree9d0d5da9d1ac0496a3017a164f703f7e0739fc2d /vimrc
parent98d03c192805170e2bdfcfa862b40e4681e9823d (diff)
parentddec4922e2bd723d34afa0b715626c7a125d13c3 (diff)
Merge branch 'master' of github.com:uvaes/dotfiles
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index d722075..f6b1027 100644
--- a/vimrc
+++ b/vimrc
@@ -35,7 +35,6 @@ Plugin 'tpope/vim-scriptease'
Plugin 'tpope/vim-sensible'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-unimpaired'
-Plugin 'rdnetto/YCM-Generator'
filetype plugin indent on
syntax on
@@ -145,7 +144,7 @@ set spellfile="/home/urbain/.vim/spell/en.utf-8.add"
set smartcase
set ignorecase
-" Misc
+
set noautochdir
set cpoptions+=Iq
set encoding=utf-8