workspaces.nvim
workspaces.nvim copied to clipboard
a simple plugin to manage workspace directories in neovim
(In fact I thought this is the whole purpose of this plugin, to manage lsp workspace settings) I failed to understand the purpose of listdir and syncdir. What is the...
Hello, I'm encountering an issue when trying to use WorkspaceListDirs. A warning is presented that no workspaces are registered. I know that they are because the WorkspaceList command functions as...
Would it be practical to configure workspaces.nvim to disable all `:WorkspaceAdd` etc type commands and to read its list of workspace names and root paths from a file that is...
I have: ``` /traditional_repo file_1 /mono_repo file_2 /packages /package file_3 ``` Is it practical to configure `workspaces.nvim` so that: - `file_1` belongs to `traditional_repo`, - `file_2` belongs to `mono_repo`, and...
the plugin may can work with [auto-session](https://github.com/rmagatti/auto-session)
I would like it so that if the buffer I switch to is inside a workspace directory, then it changes the working directory to the root, and if not then...
I am still a NeoVim noob and this might just be something I need to get better used to. But by calling `WorkspacesRemove` without argument I removed the current workspace....
First, thanks for your lovely plugin. I've really been getting a _lot_ of mileage out of it lately switching from one workspace to another in conjunction with the auto-session plugin...
Hi, there’s a picker for `Telescope` but not for `fzf-lua` yet :) LazyVim.org seems to lean into using the later as default picker (if telescope is not enabled, it auto...