neovim-flake/modules/lsp/default.nix

23 lines
299 B
Nix
Raw Normal View History

2023-04-18 00:05:18 +02:00
_: {
imports = [
# nvim lsp support
./config.nix
./module.nix
./lspconfig
./lspsaga
./null-ls
# lsp plugins
./lspsaga
./nvim-code-action-menu
./trouble
./lsp-signature
./lightbulb
2023-04-18 00:48:44 +02:00
./lspkind
2023-04-02 20:01:26 +02:00
# flutter-tools
./flutter-tools-nvim
];
}