diff options
Diffstat (limited to 'Common/nvim/lua')
-rwxr-xr-x | Common/nvim/lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/nvim/lua/plugins.lua b/Common/nvim/lua/plugins.lua index 9270c5c..825da80 100755 --- a/Common/nvim/lua/plugins.lua +++ b/Common/nvim/lua/plugins.lua @@ -148,6 +148,7 @@ return require('packer').startup(function(use) vim.g.vimwiki_auto_header = 1 vim.g.vimwiki_links_space_char = '_' vim.g.vimwiki_url_maxsave = 0 + vim.g.vimwiki_auto_chdir = 1 end, } use { |