diff --git a/dots/.config/nvim/after/plugin/wiki.vim.lua b/dots/.config/nvim/after/plugin/wiki.vim.lua index 6a8492d..4b3110b 100644 --- a/dots/.config/nvim/after/plugin/wiki.vim.lua +++ b/dots/.config/nvim/after/plugin/wiki.vim.lua @@ -1,6 +1,6 @@ vim.cmd([[ -" Change local buffer to directory of current file after the plugin has loaded -autocmd VimEnter * lcd %:p:h +" " Change local buffer to directory of current file after the plugin has loaded +" autocmd VimEnter * lcd %:p:h " " Override wiki index mapping to also cd into the wiki nm ww (wiki-index)