update dotfiles: nvim, zsh, bash improvements and other stuff
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user