2023-04-17 22:05:18 +00:00
|
|
|
_: {
|
2023-02-01 19:11:37 +00:00
|
|
|
imports = [
|
2023-02-27 19:25:39 +00:00
|
|
|
# nvim lsp support
|
|
|
|
./config.nix
|
|
|
|
./module.nix
|
|
|
|
|
2023-04-17 21:38:57 +00:00
|
|
|
./lspconfig
|
2023-04-17 20:27:27 +00:00
|
|
|
./lspsaga
|
|
|
|
./null-ls
|
|
|
|
|
2023-02-27 19:25:39 +00:00
|
|
|
# lsp plugins
|
|
|
|
./lspsaga
|
|
|
|
./nvim-code-action-menu
|
|
|
|
./trouble
|
|
|
|
./lsp-signature
|
|
|
|
./lightbulb
|
2023-04-17 22:48:44 +00:00
|
|
|
./lspkind
|
2023-04-02 18:01:26 +00:00
|
|
|
|
2023-04-15 19:51:13 +00:00
|
|
|
# language specific modules
|
|
|
|
./flutter-tools-nvim # dart & flutter
|
|
|
|
./elixir # elixir
|
2023-02-01 19:11:37 +00:00
|
|
|
];
|
|
|
|
}
|