update dotfiles: nvim, zsh, bash improvements and other stuff

This commit is contained in:
2018-05-06 09:34:20 +02:00
parent 5ef18b7a9d
commit eccd0efc00
17 changed files with 93 additions and 76 deletions

View File

@ -31,12 +31,15 @@ Plug 'simnalamburt/vim-mundo' " undo tree visualizer DOESN'
"Plug 'junegunn/limelight.vim', { 'on': 'Limelight' } " focus tool. Dim text. Good for presentating with vim
"language-specific plugins
" html
" HTML
Plug 'gregsexton/MatchTag' "highlight the current tag
" latex
" LaTex
Plug 'lervag/vimtex'
" R
Plug 'jalvesaq/Nvim-R'
call plug#end()
@ -111,7 +114,9 @@ set autoread " detect when a file is changed
au FocusGained * :checktime "workaround for autoread: neovim/#1936
set cursorline
set mouse=a " mouse function
set backspace=indent,eol,start " backspace multiple lines
set backspace=indent,eol,start " backspace over multiple lines
set ignorecase " ignore case in search
set smartcase " switch to case-sensitive search if capital letters are used
" enable global undo