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; shiftwidth = 2;
relativenumber = true; relativenumber = true;
mouse = ""; mouse = "";
clipboard.register = "unnamedplus"; clipboard = "osc52";
# foldmethod = "expr"; # foldmethod = "expr";
# foldexpr = "nvim_treesitter#foldexpr()"; # foldexpr = "nvim_treesitter#foldexpr()";
}; };

View File

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