diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vim/spell/en.utf-8.add | 4 | ||||
-rw-r--r-- | vim/.vim/spell/en.utf-8.add.spl | bin | 491 -> 576 bytes | |||
-rw-r--r-- | vim/.vimrc | 13 |
3 files changed, 5 insertions, 12 deletions
diff --git a/vim/.vim/spell/en.utf-8.add b/vim/.vim/spell/en.utf-8.add index cf9b64e..dbf4b26 100644 --- a/vim/.vim/spell/en.utf-8.add +++ b/vim/.vim/spell/en.utf-8.add @@ -25,3 +25,7 @@ Kutta SciPy arclength stochastic +tensorization +Markovianity +SDE +SDEs diff --git a/vim/.vim/spell/en.utf-8.add.spl b/vim/.vim/spell/en.utf-8.add.spl Binary files differindex 9418afe..e2c3db8 100644 --- a/vim/.vim/spell/en.utf-8.add.spl +++ b/vim/.vim/spell/en.utf-8.add.spl @@ -17,7 +17,6 @@ Plug 'SirVer/ultisnips' Plug 'airblade/vim-gitgutter' Plug 'AndrewRadev/splitjoin.vim' Plug 'beloglazov/vim-online-thesaurus' -" Plug 'critiqjo/lldb.nvim' Plug 'easymotion/vim-easymotion' Plug 'holomorph/vim-freefem' Plug 'honza/vim-snippets' @@ -74,7 +73,7 @@ endif if has("nvim") " Plug 'roxma/nvim-completion-manager' - Plug 'Shougo/deoplete.nvim', { 'do' : ':UpdateRemotePlugins', 'tag' : '4.0-serial' } + Plug 'Shougo/deoplete.nvim', { 'do' : ':UpdateRemotePlugins', 'tag' : '4.1' } " Plug 'autozimu/LanguageClient-neovim' Plug 'zchee/deoplete-jedi' Plug 'hkupty/iron.nvim' @@ -121,16 +120,6 @@ nnoremap <a-b> :Buffers<cr> nnoremap <a-f> :Files<cr> nnoremap <a-g> :GitFiles<cr> -" LLDB -nnoremap <c-d>n :LLsession new<cr> -nnoremap <c-d>b <Plug>LLBreakSwitch -nnoremap <c-d>c :LL continue<cr> -nnoremap <c-d>d :LLmode debug<cr> -nnoremap <c-d>z :LLmode code<cr> -nnoremap <c-d>l :LL process launch<cr> -nnoremap <c-d>p :LL print <C-R>=expand('<cword>')<CR> -vnoremap <c-d>p :<C-U>LL print <C-R>=lldb#util#get_selection()<CR><CR> - " Fugitive nnoremap <Leader>gs :Gstatus<cr> nnoremap <Leader>gc :Gcommit<cr> |