Disable global bookmarks in arrow

This commit is contained in:
Martin Larsson 2024-04-17 11:01:50 +02:00
parent b9a4770fbe
commit 033ee4d10e

View file

@ -3,7 +3,7 @@ return {
opts = { opts = {
show_icons = true, show_icons = true,
leader_key = ",", leader_key = ",",
global_bookmarks = true, global_bookmarks = false,
custom_actions = { custom_actions = {
open = function(filename, _) open = function(filename, _)
vim.cmd(string.format(":drop %s", filename)) vim.cmd(string.format(":drop %s", filename))