]> git.localhorst.tv Git - nvim-config.git/commitdiff
set tab preferences
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 16 Sep 2024 21:52:56 +0000 (23:52 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 16 Sep 2024 21:52:56 +0000 (23:52 +0200)
lua/config/options.lua

index ceeb0892b4cbdd665f0c8c0ba9f749774a679fad..af11787baad5fb8730c8038f5bcb1b38716e135f 100644 (file)
@@ -3,3 +3,7 @@
 -- Add any additional options here
 
 vim.g.autoformat = false
+vim.opt.tabstop = 4
+vim.opt.expandtab = false
+vim.opt.softtabstop = 4
+vim.opt.shiftwidth = 4