From c0d22295c80fcc0422563bb0c6753f263195ca40 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 26 Apr 2018 09:16:23 +0100 Subject: Add vim-ninja-feet --- vim/.vimrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index a84c062..de94c2f 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -46,6 +46,7 @@ Plug 'sjl/Gundo.vim', { 'on' : 'GundoToggle' } Plug 'terryma/vim-expand-region' Plug 'terryma/vim-multiple-cursors' Plug 'tommcdo/vim-exchange' +Plug 'tommcdo/vim-ninja-feet' Plug 'ton/vim-bufsurf' Plug 'tpope/vim-abolish' Plug 'tpope/vim-commentary' @@ -62,7 +63,11 @@ Plug 'tpope/vim-unimpaired' Plug 'troydm/zoomwintab.vim' Plug 'urbainvaes/vim-remembrall' " Plug 'urbainvaes/vim-wintab' + Plug '~/Dropbox/projects/vim-wintab' +let g:wintab_mode = 'wintab' +let g:wintab_boundary = 'create' + Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'vim-scripts/ReplaceWithRegister' @@ -71,7 +76,7 @@ Plug 'wellle/targets.vim' if has("nvim") " Plug 'roxma/nvim-completion-manager' - Plug 'Shougo/deoplete.nvim' + Plug 'Shougo/deoplete.nvim', { 'do' : ':UpdateRemotePlugins' } Plug 'zchee/deoplete-jedi' Plug 'hkupty/iron.nvim' else @@ -378,6 +383,8 @@ inoreabbrev #!! "#!/usr/bin/env" . (empty(&filetype) ? '' : ' '.&filetype " Spell inoremap 1z=eA +nmap co =o + " }}} "" Colorscheme {{{ function! SaveColo(...) -- cgit v1.2.3