X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ae835fc9a2ead05cca90b1e003592aa4d8780527..f22b24fddcfef913f1a186e686114ad0bf6d27cd:/vim/vimrc?ds=inline diff --git a/vim/vimrc b/vim/vimrc index 4a51a99..9d85de2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -183,6 +183,7 @@ set lazyredraw " don't redraw while executing macros set list " show chars defined in 'listchars' set listchars=tab:❭\ " list of strings used for list mode set listchars+=extends:❯,precedes:❮ +set listchars+=nbsp:␣ " Only shown when not in insert mode set listchars+=trail:· augroup trailing @@ -223,7 +224,9 @@ set ttyfast " using the mouse {{{2 set mouse=rnv " list of flags for using the mouse -set ttymouse=xterm " type of mouse +if !has('nvim') + set ttymouse=xterm " type of mouse +endif " messages and info {{{2 set showcmd " Show (partial) command in status line.