mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 22:55:58 +01:00
18 lines
295 B
Nix
18 lines
295 B
Nix
{...}: {
|
|
imports = [
|
|
# nvim lsp support
|
|
./config.nix
|
|
./module.nix
|
|
|
|
# lsp plugins
|
|
./lspsaga
|
|
./nvim-code-action-menu
|
|
./trouble
|
|
./lsp-signature
|
|
./lightbulb
|
|
|
|
# language specific modules
|
|
./flutter-tools-nvim # dart & flutter
|
|
./elixir # elixir
|
|
];
|
|
}
|