mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-05 03:15:53 +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
6
modules/lsp/nvim-docs-view/default.nix
Normal file
6
modules/lsp/nvim-docs-view/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./nvim-docs-view.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue