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