indentação

This commit is contained in:
tkinaba
2025-02-03 10:55:24 -03:00
parent 534c54b57d
commit c37dcc0b9e
+2
View File
@@ -12,6 +12,8 @@ local post = function(url, content)
end end
local function main() local function main()
vim.bo.shiftwidth = 3
vim.bo.expandtab = true
vim.api.nvim_create_user_command("VitruvioURL", function(opts) vim.api.nvim_create_user_command("VitruvioURL", function(opts)
vim.b.vitruvio_url = opts.fargs[1] vim.b.vitruvio_url = opts.fargs[1]
end, { nargs = 1 }) end, { nargs = 1 })