Skip to content

Commit 648e0e2

Browse files
chore: autoformat with stylua
1 parent d5228fe commit 648e0e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ftplugin/http.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ vim.opt.comments:remove("n:>")
66
-- Just in case user didn't enabled auto highlighting option.
77
local ok = pcall(vim.treesitter.start, 0, "http")
88
if not ok then
9-
vim.notify("Failed to attach tree-sitter-http parser to current buffer", vim.log.levels.ERROR, { title = "rest.nvim" })
9+
vim.notify(
10+
"Failed to attach tree-sitter-http parser to current buffer",
11+
vim.log.levels.ERROR,
12+
{ title = "rest.nvim" }
13+
)
1014
end
1115

1216
local dotenv = require("rest-nvim.dotenv")

0 commit comments

Comments
 (0)