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

The neovim language-server-client UI

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

Try to fix #90. Only manually tested for `clangd`, `pyright`, and `rust-analyzer`.

Now that glepnir came back what are you going to do? What will be the future of this project? I'm just curious

like this: error_sign = '🤡 ', warn_sign = '🥶 ', hint_sign = '😱 ', infor_sign = ' ', diagnostic_header_icon ='🐞',

enhancement

### Description When I use LspRestart command it occur error message ` Error detected while processing CursorHold Autocommands for "*": method textDocument/codeAction is not supported by any of the servers...

bug

### Description Hi, I got this error when trying to execute keymap for lspsaga smart scroll ```sh E5108: Error executing lua ...te/pack/packer/start/lspsaga.nvim/lua/lspsaga/action.lua:30: attempt to compare nil with number stack traceback:...

bug

### Description When opening the references preview `lua require'lspsaga.provider'.lsp_finder()`, cursor and syntax highlighting is misaligned. See attached video. https://user-images.githubusercontent.com/12166320/136093814-c4688e7d-d9ed-4275-8887-28be331868c0.mov **Expected Behavior** Cursor should align correctly with the file that's being...

bug
help wanted
good first issue

### Description LspSaga preview_definition() not correct working **Expected Behavior** - See preview_defination **Actual Behavior** - Error message ![image](https://user-images.githubusercontent.com/53030937/142355178-4fc19d54-dbfd-4177-bf0b-e725113bc5ba.png) ** Neovim version ** v0.6.0-dev ** Branch use ** Main

bug

Is it possible, if so, how, to auto show hoverdoc or signature help windows when typing commands like other IDE. Thank you

**Is your feature request related to a problem? Please describe.** I really dont want to have a seperate keybinding when jumping to the definition vs finding it **Describe the solution...

enhancement
good first issue

Just a reminder to remove the code merged here #105 and create a new version branch when the version 0.8 gets released, for the sake of maintainability and readability.