Andy Stewart

Results 145 comments of Andy Stewart

I think if the user wants to use popups to see the blame info, it's useful even if they can't do anything with it. I suppose you can make the...

Hello! How should Neovim users configure things then? And is prabirshrestha/vim-lsp now integrated into Vim itself?

In that case wouldn't it be simpler to add two lines to your vimrc instead of using this plugin? ```vim set autochdir autocmd BufEnter * let b:rootDir = expand(':p:h') ```

I think it's worth persevering with your approach a bit longer. I'm not sure why `autochdir` would be making your command change directory to the project root but presumably it's...

Can't you get the same behaviour by allowing rooter to run for all buffers and having `let g:rooter_change_directory_for_non_project_files = 'current'`?

But why not trigger rooter in all buffers then?

I think it all depends on which way you look at it. When I first wrote rooter it ran for every buffer and `g:rooter_change_directory_for_non_project_files` configured how to handle files which...

What does the directory structure of a workspace(s) look like?

I've never used Rust. Do those layouts show the project root directory with the crates being workspaces? Or Is each example a workspace? If the latter, please could you show...

Hmm, so is a workspace the root of a project? Or does the root of a project contain workspaces?