mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
16 lines
185 B
Nix
16 lines
185 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./lsp.nix
|
|
./lspsaga.nix
|
|
./nvim-code-action-menu.nix
|
|
./trouble.nix
|
|
./lsp-signature.nix
|
|
./lightbulb.nix
|
|
];
|
|
}
|