This commit is contained in:
Martin Larsson 2024-04-19 01:22:53 +02:00
commit 29859d95ec
8 changed files with 136 additions and 31 deletions

View file

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