mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: eagle config example
This commit is contained in:
parent
51bea4df6d
commit
b5cc229ee8
2 changed files with 17 additions and 1 deletions
16
lua/custom/plugins/eagle.lua
Normal file
16
lua/custom/plugins/eagle.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue