autochdir back for wiki

This commit is contained in:
Noah Masur 2021-11-17 23:04:23 -05:00
parent 216d325d5c
commit bd2433c869

View File

@ -476,7 +476,7 @@ vim.g.vimwiki_key_mappings = {
["all_maps"] = 1, ["all_maps"] = 1,
["mouse"] = 1, ["mouse"] = 1,
} }
--vim.g.vimwiki_auto_chdir = 1 -- Set local dir to Wiki when open vim.g.vimwiki_auto_chdir = 1 -- Set local dir to Wiki when open
vim.g.vimwiki_create_link = 0 -- Don't automatically create new links vim.g.vimwiki_create_link = 0 -- Don't automatically create new links
vim.g.vimwiki_listsyms = " x" -- Set checkbox symbol progression vim.g.vimwiki_listsyms = " x" -- Set checkbox symbol progression
vim.g.vimwiki_table_mappings = 0 -- VimWiki table keybinds interfere with tab completion vim.g.vimwiki_table_mappings = 0 -- VimWiki table keybinds interfere with tab completion