lspsaga.nvim icon indicating copy to clipboard operation
lspsaga.nvim copied to clipboard

improve neovim lsp experience

Results 123 lspsaga.nvim issues
Sort by recently updated
recently updated
newest added

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...

enhancement

- [ ] implement semantic token

:Lspsaga type_defintion :Lspsaga declaration

enhancement

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...

bug

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: ![image](https://user-images.githubusercontent.com/430272/190170359-aa6ba423-2cb7-4b1b-bfd7-f17b2aab71f8.png) **Neovim Built in Behavior** No applies. ### Details Environment...

bug

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...

enhancement

### 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...

bug

### Describe the bug ``` lua local function msg_fmt(entry) return entry.message .. ' ' .. entry.lnum + 1 .. ':' .. entry.col + 1 .. ':' .. entry.bufnr .. '...

bug