From 1ad10fb4dfafcd7dd189a25ca69f6961985484d2 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 10 Mar 2021 21:13:58 +0100 Subject: Updates to color scheme, fzf sourcing, vim pydocstring --- .config/nvim/general/settings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/general') diff --git a/.config/nvim/general/settings.vim b/.config/nvim/general/settings.vim index b348267..1f0b858 100644 --- a/.config/nvim/general/settings.vim +++ b/.config/nvim/general/settings.vim @@ -33,7 +33,7 @@ set updatetime=300 " Faster completion set timeoutlen=500 " By default timeoutlen is 1000 ms set formatoptions-=cro " Stop newline continution of comments set clipboard=unnamedplus " Copy paste between vim and everything else -"set autochdir " Your working directory will always be the same as your working directory +set autochdir " Your working directory will always be the same as your working directory au! BufWritePost $MYVIMRC source % " auto source when writing to init.vm alternatively you can run :source $MYVIMRC -- cgit v1.2.3-70-g09d2