lspsaga.nvim
lspsaga.nvim copied to clipboard
improve neovim lsp experience
Hi there. I tried to use `Lspsaga implement` function just now. And I found that I can't quit this window with key ``, which I have set for `quit` in...
- [ ] implement semantic token
Hi @glepnir, good to see you working on lspsaga again! Closed issue #121 (visible `\` and ` ` in pyright hover_doc) is still not fixed. Back then this was considered as...
Now it just works and may need more test in some complex case such as multi server attach one buffer. - [ ] (optional) set_cursor may be able to improve...
### Description Symbol winbar shows "No space for winbar". **Expected Behavior** No error. **Actual Behavior** Shows an error like this:  **Neovim Built in Behavior** No applies. ### Details Environment...
1. Peeking definitions within the same buffer - [x] Only remove the keymappings when all the related preview windows are closed - [x] Keep the definition windows relationships based on...
There are a few things that I think can be improved for `:Lspsaga code_action`: 1. the lightbulb will always be shown, regardless of where the cursor position is within a...
### Description When I using clangd with big package such as libtorch, if I move cursor to type alias such as int64_tor size_t, loading bar will stuck at ('█▁▁▁▁▁▁▁▁▁',) and...
### Describe the bug ``` lua local function msg_fmt(entry) return entry.message .. ' ' .. entry.lnum + 1 .. ':' .. entry.col + 1 .. ':' .. entry.bufnr .. '...