nvf finally working well!

This commit is contained in:
Vali 2024-07-07 23:45:18 +02:00
commit 9962740d37
24 changed files with 209 additions and 189 deletions

View file

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