1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat(nvim): use ts=2 for nix

This commit is contained in:
oddlama 2023-09-04 21:28:00 +02:00
parent 9f2a34d83b
commit b080fe68d5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -0,0 +1,4 @@
vim.opt_local.expandtab = true
vim.opt_local.tabstop = 2
vim.opt_local.shiftwidth = 2
vim.opt_local.softtabstop = 2