This commit is contained in:
Christoph Schmatzler
2025-08-12 12:37:56 +02:00
parent 80461c1352
commit 0fdc44536b
6 changed files with 114 additions and 60 deletions

View File

@@ -1,18 +1,15 @@
{
programs.nixvim = {
globalOpts = {
expandtab = true;
shiftwidth = 2;
relativenumber = true;
mouse = "";
# foldmethod = "expr";
# foldexpr = "nvim_treesitter#foldexpr()";
};
globals = {
clipboard = "osc52";
# clipboard = "osc52";
};
opts = {
clipboard = "unnamedplus";
expandtab = true;
ignorecase = true;
mouse = "";
relativenumber = true;
shiftwidth = 2;
smartcase = true;
};
};