mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-03 04:16:36 +00:00
modules/lsp: add nvim-docs-view
A neovim plugin to display lsp hover documentation in a side panel.
This commit is contained in:
parent
30552a9ec3
commit
ce8fdf0003
8 changed files with 110 additions and 12 deletions
|
|
@ -38,6 +38,7 @@ inputs: let
|
|||
trouble.enable = true;
|
||||
lspSignature.enable = true;
|
||||
lsplines.enable = isMaximal;
|
||||
nvim-docs-view.enable = isMaximal;
|
||||
};
|
||||
|
||||
vim.debugger = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue