summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index e37824e..3dc451b 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -55,6 +55,7 @@ Plug 'troydm/zoomwintab.vim'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'vim-scripts/gmsh.vim'
+Plug 'vim-scripts/SpellCheck'
if has("nvim")
Plug 'Shougo/deoplete.nvim'
@@ -64,7 +65,6 @@ if has("nvim")
else
Plug 'Shougo/neocomplete.vim'
Plug 'scrooloose/syntastic'
- " Plug 'Valloric/YouCompleteMe', { 'do' : 'python2 install.py --clang-completer' }
endif
call plug#end()
@@ -159,6 +159,9 @@ let g:deoplete#omni_patterns.tex = g:neocomplete#sources#omni#input_patterns.tex
" FZF.vim
let g:fzf_buffers_jump = 1
+" Gundo
+let g:gundo_prefer_python3 = 1
+
" NerdTree
let g:NERDTreeHijackNetrw = 0
@@ -219,7 +222,6 @@ let g:netrw_bufsettings='relativenumber'
let g:tex_conceal= 'adgm'
let g:tex_flavor='latex'
-
"" Vim options
set smartindent
set expandtab
@@ -227,7 +229,6 @@ set tabstop=4
set softtabstop=4
set shiftwidth=4
set showcmd
-" set nofoldenable
set foldmethod=marker
set noswapfile
set nowritebackup