feat(nixvim): add opts

This commit is contained in:
lightly-toasted 2025-08-03 21:04:07 +09:00
parent f3ec850f52
commit 39fd29e8e5

View file

@ -3,6 +3,14 @@
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
colorschemes.ayu.enable = true; colorschemes.ayu.enable = true;
opts = {
number = true;
relativenumber = true;
expandtab = true;
shiftwidth = 2;
tabstop = 2;
softtabstop = 2;
};
}; };
imports = [ imports = [