1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-12 21:46:06 +01:00
nixvim/plugins/default.nix
2025-11-09 12:29:06 +00:00

12 lines
128 B
Nix

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