This commit is contained in:
2025-08-11 19:25:44 +00:00
parent 78e461c5a8
commit 8eda192948
2 changed files with 1 additions and 6 deletions

View File

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

View File

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