summaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-10-25 13:14:12 +0200
committerUrbain Vaes <urbain@vaes.uk>2018-10-25 13:14:12 +0200
commit612f08778c346b8e0d294df8828fce33f99f1d25 (patch)
treecb1fbbb0f6e3ab44b65c1f376f0f8c8edab31e84 /vim/.vimrc
parent3091127e7babec032304965d4a2cca251ad5bd3a (diff)
Add vifm colours explicitly
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc13
1 files changed, 1 insertions, 12 deletions
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 <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>