X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9c96d4096019fc7bd164c5fb35790762edc0c8e8..e8cc5548f9306c97bd2e7e1bdf45e9c1f63dba36:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index 0a09c8a..a0bea2a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -239,7 +239,9 @@ Plug 'tpope/vim-abolish' Plug 'tpope/vim-characterize' " Plug 'tpope/vim-endwise' " TODO: delete? Plug 'tpope/vim-eunuch' -Plug 'tpope/vim-fugitive' +Plug 'tpope/vim-fugitive' " {{{2 +let g:fugitive_legacy_commands = v:false +"}}} Plug 'tpope/vim-repeat' Plug 'tpope/vim-scriptease' Plug 'tpope/vim-speeddating' @@ -451,7 +453,9 @@ set shiftround " round to 'shiftwidth' for "<<" and ">>" set expandtab " expand to spaces in Insert mode set autoindent -set pastetoggle= " key sequence to toggle paste mode +if !has('nvim') + set pastetoggle= " key sequence to toggle paste mode +endif " folding {{{2 set foldmethod=marker " folding type