mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 22:55:58 +01:00
22 lines
299 B
Nix
22 lines
299 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
|
|
|
|
# flutter-tools
|
|
./flutter-tools-nvim
|
|
];
|
|
}
|