summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/.vim/spell/en.utf-8.add2
-rw-r--r--vim/.vim/spell/en.utf-8.add.splbin840 -> 880 bytes
-rw-r--r--vim/.vimrc2
3 files changed, 4 insertions, 0 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add
index 6ae89f7..cea9a65 100644
--- a/vim/.vim/spell/en.utf-8.add
+++ b/vim/.vim/spell/en.utf-8.add
@@ -49,3 +49,5 @@ ansatz
tensorized
indices
minima
+nondegenerate
+colinear
diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl
index 005cc30..9920420 100644
--- a/vim/.vim/spell/en.utf-8.add.spl
+++ b/vim/.vim/spell/en.utf-8.add.spl
Binary files differ
diff --git a/vim/.vimrc b/vim/.vimrc
index 11f5469..eecd1c5 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -254,12 +254,14 @@ endif
function! Multiple_cursors_before()
if has("nvim")
let b:deoplete_disable_auto_complete = 1
+ call deoplete#disable()
endif
endfunction
function! Multiple_cursors_after()
if has("nvim")
let b:deoplete_disable_auto_complete = 0
+ call deoplete#enable()
else
endfunction