pojokcodeid.nvim-lazy/lua/custom/plugins/eagle.lua
2024-06-10 22:30:10 +07:00

16 lines
476 B
Lua

return {
-- "soulis-1256/eagle.nvim",
-- event = "BufRead",
-- config = function()
-- require("eagle").setup()
-- vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter", "WinEnter" }, {
-- pattern = "*",
-- callback = function()
-- -- Aktifkan mousemoveevent untuk semua buffer kecuali NvimTree
-- if vim.fn.win_gettype() ~= "NvimTree" then
-- vim.o.mousemoveevent = true
-- end
-- end,
-- })
-- end,
}