Upgrading brew casks, fix tabstop in nvim.

This commit is contained in:
Bartek Stalewski 2025-02-05 13:56:31 +01:00
parent 6848068234
commit 9b9a3a8af9
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -13,8 +13,8 @@ o.writebackup = false
o.clipboard = ""
o.foldcolumn = "0"
o.mouse = ""
o.shiftwidth = 4
o.softtabstop = 4
o.shiftwidth = 2
o.softtabstop = 2
o.statuscolumn = ""
o.tabstop = 4
o.tabstop = 2
o.whichwrap = ""