style: apply formatting

This commit is contained in:
2026-04-13 23:24:31 +02:00
parent 959cec7051
commit 5468a5a628
17 changed files with 115 additions and 107 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ local function disable_highlights()
end
vim.keymap.set("n", "<leader>tt", function()
require("nvim-tree.api").tree.toggle({ find_file = true, focus = false, })
require("nvim-tree.api").tree.toggle({ find_file = true, focus = false })
end)
---@class nvim_tree.api.decorator.UserDecorator