Chenxin Yan
Chenxin Yan
> The `include` isn't triggering this error. It is likely you're trying to `rename` the note to one that already exists after the include is run. There are a bunch...
> Yeah so to avoid the filename conflict you could move the note to a different folder with `tp.file.move`. The move command can also be used to rename. > >...
Here is the screen shot 
I encountered the same issue and am trying to understand why it happened. I suspect that it might be caused by auto-session.
Oil.nvim supports file rename through lsp. I don't think you need this plugin to auto update the file path.
> Found workaround: set permission `"write": true`. OpenCode rejects writes out of the working directory, and has functionality to undo the last edit. So I think this permission must be...
I see, Is there any way arround this, such as specify a callback function when switching files using Harpoon?
In shell, Yazi can be suspended with built in keymap ``, and brought back with `fg` command. I will take a look latter, maybe we can find a way to...
Can confirm that this issue still exists after updating to `nvim-java 3.0.0`. Here is my [config](https://github.com/chenxin-yan/nvim/blob/afced989ca97b57942dc4e5f7154d3f1596243f4/lua/cyan/plugins/lspconfig.lua#L536).
## Versions ### Neovim version v0.11.3 ### Operating system/version MacOS 14.7.1 ### java-debug-adapter version 0.58.2 ### java-test version 0.40.1 ### jdtls version v1.43.0 ### JDK version java 21.0.6 2025-01-21 LTS...