neovim-flake/modules/lsp/default.nix
2023-04-18 02:50:50 +03:00

23 lines
350 B
Nix

_: {
imports = [
# nvim lsp support
./config.nix
./module.nix
./lspconfig
./lspsaga
./null-ls
# lsp plugins
./lspsaga
./nvim-code-action-menu
./trouble
./lsp-signature
./lightbulb
./lspkind
# language specific modules
./flutter-tools-nvim # dart & flutter
./elixir # elixir
];
}