diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/nvim/init.vim | 2 | ||||
-rw-r--r-- | .config/nvim/spell/en.utf-8.add | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 25a766b..780a5cf 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -3,6 +3,8 @@ call plug#begin('~/.local/share/nvim/plugged') | |||
3 | 3 | ||
4 | "completion | 4 | "completion |
5 | Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } | 5 | Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } |
6 | Plug 'lionawurscht/deoplete-biblatex' | ||
7 | |||
6 | "syntax checking | 8 | "syntax checking |
7 | Plug 'w0rp/ale' | 9 | Plug 'w0rp/ale' |
8 | "manages tag files | 10 | "manages tag files |
diff --git a/.config/nvim/spell/en.utf-8.add b/.config/nvim/spell/en.utf-8.add index 8c4cb15..ec38ab6 100644 --- a/.config/nvim/spell/en.utf-8.add +++ b/.config/nvim/spell/en.utf-8.add | |||
@@ -21,3 +21,8 @@ Word2Vec | |||
21 | pointwise | 21 | pointwise |
22 | softmax | 22 | softmax |
23 | word2vec | 23 | word2vec |
24 | LSTM | ||
25 | siamese | ||
26 | numberbatch | ||
27 | fastText | ||
28 | FastText | ||