mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
chore: Fix formatting
This commit is contained in:
parent
a7877944f4
commit
1287f7dabc
@ -198,7 +198,9 @@ in
|
||||
require("nvim-tree").setup()
|
||||
|
||||
vim.api.nvim_create_autocmd({"QuitPre"}, {
|
||||
callback = function() vim.cmd("NvimTreeClose") end
|
||||
callback = function()
|
||||
vim.cmd("NvimTreeClose")
|
||||
end
|
||||
})
|
||||
|
||||
local function open_nvim_tree(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user