neovim-flake/modules/lsp/default.nix

15 lines
198 B
Nix
Raw Normal View History

2023-03-31 17:47:17 +02:00
{...}: {
imports = [
# nvim lsp support
./config.nix
./module.nix
# lsp plugins
./lspsaga
./nvim-code-action-menu
./trouble
./lsp-signature
./lightbulb
];
}