You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bookmark file (in ~/.local/share/nvim/lspmark) gets deleted when changing the directory in NeoVim to the project directory (:cd <project dir>) and then opening the source code file.
However, it does NOT get deleted when first opening the source code file and then changing the directory to the project directory.
I am not using the autocmd for loading bookmarks, I load them manually.
The text was updated successfully, but these errors were encountered:
It appears that this is only because I executed require("lspmark").setup() require("telescope").load_extension("lspmark")
every time the plugin is loaded.
I realized that this is necessary only one.
Maybe it would be good to clarify this in the README.
Ticket may get closed.
cmon1701
changed the title
[Bug] Bookmark file gets deleted when changing the directory first and then opening the source code file
[Improvement] Maybe clarify in README that the steps require… are only to be executed once (after installation)
Jan 13, 2025
cmon1701
changed the title
[Improvement] Maybe clarify in README that the steps require… are only to be executed once (after installation)
[Improvement] Edit: Maybe clarify in README that the steps require… are only to be executed once (after installation)
Jan 13, 2025
The Bookmark file (in
~/.local/share/nvim/lspmark
) gets deleted when changing the directory in NeoVim to the project directory (:cd <project dir>
) and then opening the source code file.However, it does NOT get deleted when first opening the source code file and then changing the directory to the project directory.
I am not using the autocmd for loading bookmarks, I load them manually.
The text was updated successfully, but these errors were encountered: