nixos/homeConfig/modules/neovim/config/plugins/lazyvim/default.nix

6 lines
66 B
Nix

{ pkgs, ... }:
with pkgs.vimPlugins;
[
{ plugin = LazyVim; }
]