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/.vimrc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'vim/.vimrc') 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