Vim: Fix various paths

This commit is contained in:
2020-05-24 23:29:36 +02:00
parent 2878db605d
commit ff7487b57f

View File

@@ -1,5 +1,7 @@
" vim:foldmethod=marker:foldlevel=0
set viminfo+=n~/.vim/viminfo
" Basic configuration {{{
if &compatible
@@ -159,7 +161,7 @@ nnoremap <leader><space> :nohlsearch<cr>
" }}}
set shell=/usr/local/bin/fish
set shell=/bin/bash
set path+=**
" Undofile {{{
@@ -489,6 +491,7 @@ function! NearestMethodOrFunction() abort
return get(b:, 'vista_nearest_method_or_function', '')
endfunction
set statusline+=\
set statusline+=%{NearestMethodOrFunction()}
" By default vista.vim never run if you don't call it explicitly.