modules/top-level/files: use localOpts in example

This commit is contained in:
Austin Horstman
2026-04-22 04:02:09 +00:00
parent 8846a4f232
commit 27414212a2
+1 -1
View File
@@ -36,7 +36,7 @@ in
default = { };
example = {
"ftplugin/nix.lua" = {
opts = {
localOpts = {
tabstop = 2;
shiftwidth = 2;
expandtab = true;