mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 22:43:02 +01:00
4 lines
82 B
Text
4 lines
82 B
Text
|
;; Use 2-space indentation for nix
|
||
|
(set vim.o.shiftwidth 2)
|
||
|
(set vim.o.tabstop 2)
|