Replies: 3 comments 2 replies
-
How do you expect me to debug this? You need to at least share a link to your dotfiles, since the issue is clearly related to your specific configuration. It's up to you to identify which plugin or autcommand is causing the behavior. There's no shortcut — just disable one plugin at a time until the problem disappears. If you find that Snacks is the culprit, narrow it down to the specific module, like |
Beta Was this translation helpful? Give feedback.
-
You can also try running minimal reproducible example: -- nvim -u repro.lua repro.lua
-- repro.lua
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "folke/snacks.nvim", opts = {} },
-- add any other plugins here
},
}) |
Beta Was this translation helpful? Give feedback.
-
I had persistence plugin enabled on nvim open(UIENTER). I copied that from the thread below. After deleting thosse lines i'm able to get expected behaviour. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am used to open up file like "nvim <my-awesome-file.md>", but when i do it now, it opens up a directory from last used workspace.
I am confused how to fix that.
Any pointer here would be more than welcome. Thank you
Current work around
Beta Was this translation helpful? Give feedback.
All reactions