mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
6 lines
66 B
Nix
6 lines
66 B
Nix
{ pkgs, ... }:
|
|
|
|
with pkgs.vimPlugins;
|
|
[
|
|
{ plugin = LazyVim; }
|
|
]
|