Skip to content

Commit

Permalink
chore: autoformat with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
boltlessengineer authored and github-actions[bot] committed Feb 9, 2025
1 parent d5228fe commit 648e0e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ftplugin/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ vim.opt.comments:remove("n:>")
-- Just in case user didn't enabled auto highlighting option.
local ok = pcall(vim.treesitter.start, 0, "http")
if not ok then
vim.notify("Failed to attach tree-sitter-http parser to current buffer", vim.log.levels.ERROR, { title = "rest.nvim" })
vim.notify(
"Failed to attach tree-sitter-http parser to current buffer",
vim.log.levels.ERROR,
{ title = "rest.nvim" }
)
end

local dotenv = require("rest-nvim.dotenv")
Expand Down

0 comments on commit 648e0e2

Please sign in to comment.