working nvf with LazyGit!

This commit is contained in:
Charlie Root 2024-07-08 00:13:37 +02:00
commit 2ef8643abf
7 changed files with 82 additions and 111 deletions

View file

@ -1,6 +1,4 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_: {
programs.neovim-flake.settings.vim = {
comments.comment-nvim.enable = true;
};