This commit is contained in:
2025-08-11 19:20:18 +00:00
parent befd9bfd7e
commit 78e461c5a8
4 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{
imports = [
./autocmd.nix
./mappings.nix
@@ -25,6 +25,5 @@
};
};
clipboard.register = "unnamedplus";
};
}

View File

@@ -4,6 +4,7 @@
shiftwidth = 2;
relativenumber = true;
mouse = "";
clipboard.register = "unnamedplus";
# foldmethod = "expr";
# foldexpr = "nvim_treesitter#foldexpr()";
};

View File

@@ -0,0 +1,5 @@
{
programs.nixvim.plugins.osc52 = {
enable = true;
};
}