Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 6850478

Browse files
committed
update
1 parent b71eee0 commit 6850478

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/user/plugins/workflow.lua

+3
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,9 @@ plug({
749749
noremap = true,
750750
},
751751
},
752+
init = function()
753+
vim.g.BufSurfIgnore = ',Fidget'
754+
end,
752755
})
753756

754757
plug({

0 commit comments

Comments
 (0)