From 06fb7dd4b86eef12a21dda442b119e91fd71c689 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 18 Dec 2025 15:52:47 +0100 Subject: [PATCH] fix(wiki): disable auto lcd on VimEnter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- dots/.config/nvim/after/plugin/wiki.vim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)