nvim: set shiftwidth for nix

This commit is contained in:
Primrose 2025-07-09 21:32:03 +02:00
parent ff5c9dd314
commit c31bcb0790
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,2 +1,5 @@
local opts = require("opts")
opts.matchit_let_in()
vim.o.expandtab = true
vim.o.shiftwidth = 2