This commit is contained in:
Joseph Hanson 2025-03-11 13:25:26 -05:00
parent 5be8330807
commit 553a39c0dc
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -9,6 +9,7 @@ in {
options.mySystem.editor.nvim.enable = mkEnableOption "nvim"; options.mySystem.editor.nvim.enable = mkEnableOption "nvim";
config = mkIf cfg.enable { config = mkIf cfg.enable {
# Enable nvim and configure plugins/settings # Enable nvim and configure plugins/settings
# Uses nvf https://github.com/NotAShelf/nvf to configure nvim on nix.
programs.nvf = { programs.nvf = {
enable = true; enable = true;
settings.vim = { settings.vim = {