mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
modules/top-level/files: use localOpts in example
This commit is contained in:
@@ -36,7 +36,7 @@ in
|
||||
default = { };
|
||||
example = {
|
||||
"ftplugin/nix.lua" = {
|
||||
opts = {
|
||||
localOpts = {
|
||||
tabstop = 2;
|
||||
shiftwidth = 2;
|
||||
expandtab = true;
|
||||
|
||||
Reference in New Issue
Block a user