1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-27 00:29:48 +01:00
neovim-flake/modules/lsp/default.nix

16 lines
185 B
Nix
Raw Normal View History

{
config,
lib,
pkgs,
...
}: {
imports = [
./lsp.nix
./lspsaga.nix
./nvim-code-action-menu.nix
./trouble.nix
./lsp-signature.nix
./lightbulb.nix
];
}