Skip to content

Commit

Permalink
Turn off autochdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rbellido-ut committed Apr 2, 2024
1 parent 27121e1 commit 1ca5979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/general/settings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
set noswapfile " Turn off swap file
set relativenumber " set relativenumber for great success

Expand Down

0 comments on commit 1ca5979

Please sign in to comment.