mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
18 lines
244 B
Nix
18 lines
244 B
Nix
{...}: {
|
|
imports = [
|
|
# nvim lsp support
|
|
./config.nix
|
|
./module.nix
|
|
|
|
# lsp plugins
|
|
./lspsaga
|
|
./nvim-code-action-menu
|
|
./trouble
|
|
./lsp-signature
|
|
./lightbulb
|
|
|
|
# flutter-tools
|
|
./flutter-tools-nvim
|
|
];
|
|
}
|