From ff7487b57fe64d58a48f2cfb91fdbcf19e099742 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Sun, 24 May 2020 23:29:36 +0200 Subject: [PATCH] Vim: Fix various paths --- .vim/vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 61e591c..1f96e8d 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -1,5 +1,7 @@ " vim:foldmethod=marker:foldlevel=0 +set viminfo+=n~/.vim/viminfo + " Basic configuration {{{ if &compatible @@ -159,7 +161,7 @@ nnoremap :nohlsearch " }}} -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.