1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-12 21:53:15 +01:00
neovim-flake/modules/lsp/nvim-docs-view/default.nix
NotAShelf ce8fdf0003
modules/lsp: add nvim-docs-view
A neovim plugin to display lsp hover documentation in a side panel.
2023-10-26 15:03:58 +03:00

6 lines
68 B
Nix

_: {
imports = [
./config.nix
./nvim-docs-view.nix
];
}