nvf/modules/lsp/default.nix

21 lines
268 B
Nix
Raw Normal View History

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