Adding and removing plugins
This commit is contained in:
19
lua/taken/plugins/beacon.lua
Normal file
19
lua/taken/plugins/beacon.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
return {
|
||||
"rainbowhxch/beacon.nvim",
|
||||
config = function()
|
||||
local beacon = require("beacon")
|
||||
|
||||
beacon.setup({
|
||||
enable = true,
|
||||
size = 60,
|
||||
fade = true,
|
||||
minimal_jump = 10,
|
||||
show_jumps = true,
|
||||
focus_gained = false,
|
||||
shrink = true,
|
||||
timeout = 750,
|
||||
ignore_buffers = {},
|
||||
ignore_filetypes = {},
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user