Lorenzo Bellina

Results 7 issues of Lorenzo Bellina

This is a very simple pull request, which grants the sway/window module the capability to display the 'shell' parameter from sway tree. I personally find it very handy whenever I...

Hi! Stumbled upon this project and I really like it, but I came across a small issue while trying to write maths in md. I've checked the code and it...

This PR implements `:lsp-info`, which opens a modified version of an Info Component, LspInfo. In order to extend the Info Component, it has been generalised a little bit. Currently LspInfo...

Closes #92 - [x] Migrate crates under crates/ (`steel-gen` is missing) - [x] Migrate crates under libs/ Should I also migrate files that are not currently included in the project?...

As the name implies, uses a single instance of toggleterm by closing the already opened one. Closes #209

Based on #2079. The majority of configs which rely on `lspconfig.util` use `util.root_pattern` to match against wildcards. I've opened an issue here https://github.com/neovim/neovim/issues/33444 to discuss about this. In the meantime...

See #3714 CC @justinmk Things to note: - `LspStart` starts the selected LSP and attaches to every buffer which has the right filetype. Should I only attach it to the...