From 612f08778c346b8e0d294df8828fce33f99f1d25 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 25 Oct 2018 13:14:12 +0200 Subject: Add vifm colours explicitly --- vim/.vim/spell/en.utf-8.add | 4 ++++ vim/.vim/spell/en.utf-8.add.spl | Bin 491 -> 576 bytes vim/.vimrc | 13 +------------ 3 files changed, 5 insertions(+), 12 deletions(-) (limited to 'vim') 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 index 9418afe..e2c3db8 100644 Binary files a/vim/.vim/spell/en.utf-8.add.spl and b/vim/.vim/spell/en.utf-8.add.spl differ diff --git a/vim/.vimrc b/vim/.vimrc index 462bbcd..ed86d36 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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 :Buffers nnoremap :Files nnoremap :GitFiles -" LLDB -nnoremap n :LLsession new -nnoremap b LLBreakSwitch -nnoremap c :LL continue -nnoremap d :LLmode debug -nnoremap z :LLmode code -nnoremap l :LL process launch -nnoremap p :LL print =expand('') -vnoremap p :LL print =lldb#util#get_selection() - " Fugitive nnoremap gs :Gstatus nnoremap gc :Gcommit -- cgit v1.2.3