made tab helper, relative movement

This commit is contained in:
2022-10-10 08:12:29 -05:00
parent 61446bb8e5
commit a8ad2d6fe8
17 changed files with 39 additions and 45 deletions
+1 -3
View File
@@ -1,3 +1 @@
local len = 2
vim.bo.shiftwidth = len
vim.bo.tabstop = len
require("helpers").set_tab(2)