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
+5
View File
@@ -71,4 +71,9 @@ function M.lsp_config_defaults()
}
end
function M.set_tab(length)
vim.bo.shiftwidth = length
vim.bo.tabstop = length
end
return M