Vim: Fix various paths
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user