made tab helper, relative movement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user