1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 14:01:10 +01:00
nixvim/plugins/default.nix
2025-11-07 21:27:00 -03:00

12 lines
128 B
Nix

{
imports = [
./cmp
./lsp
./pluginmanagers/lazy.nix
./pluginmanagers/lz-n.nix
./deprecation.nix
];
}