summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-08-29 15:02:12 +0200
committerUrbain Vaes <urbain@vaes.uk>2016-08-29 15:02:12 +0200
commit0b3c3a10f11d8c1598d2773189dfbcd187b0344c (patch)
treee927aabb31a2699296285a44810134ebb9f36eb7 /vim
parente4b46c918319fa9ab2a7d11f3275b848ed704a90 (diff)
[vim] Set python version to 3 for Gundo
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/spell/en.utf-8.add6
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin0 -> 154 bytes
-rw-r--r--vim/.vimrc7
3 files changed, 10 insertions, 3 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add
new file mode 100644
index 0000000..87ee2ba
--- /dev/null
+++ b/vim/.vim/spell/en.utf-8.add
@@ -0,0 +1,6 @@
+diagonality
+laplacian
+Maruyama
+multiscale
+SPDE
+advective
diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl
new file mode 100644
index 0000000..b52c8a6
--- /dev/null
+++ b/vim/.vim/spell/en.utf-8.add.spl
Binary files differ
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