mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
21 lines
268 B
Nix
21 lines
268 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
|
|
./lsplines
|
|
];
|
|
}
|