mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-12 21:46:06 +01:00
12 lines
128 B
Nix
12 lines
128 B
Nix
{
|
|
imports = [
|
|
./cmp
|
|
|
|
./lsp
|
|
|
|
./pluginmanagers/lazy.nix
|
|
./pluginmanagers/lz-n.nix
|
|
|
|
./deprecation.nix
|
|
];
|
|
}
|