nvf/modules/lsp/default.nix

21 lines
268 B
Nix
Raw Normal View History

2023-04-17 22:05:18 +00: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-17 22:48:44 +00:00
./lspkind
2023-07-30 16:54:54 +00:00
./lsplines
];
}