indentação
This commit is contained in:
@@ -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 })
|
||||||
|
|||||||
Reference in New Issue
Block a user