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

Commit b71eee0

Browse files
committed
remove plugins
1 parent 8865402 commit b71eee0

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

lua/user/plugins/workflow.lua

-28
Original file line numberDiff line numberDiff line change
@@ -665,34 +665,6 @@ plug({
665665
end),
666666
})
667667

668-
plug({
669-
-- https://github.com/j-morano/buffer_manager.nvim
670-
-- 'j-morano/buffer_manager.nvim',
671-
'razak17/buffer_manager.nvim',
672-
enabled = false,
673-
})
674-
675-
plug({
676-
'stevearc/stickybuf.nvim',
677-
cmd = { 'PinBuffer', 'PinBuftype', 'PinFiletype', 'Unpin' },
678-
opts = {},
679-
config = function()
680-
require('stickybuf').setup({
681-
get_auto_pin = function(bufnr)
682-
local buf_ft = vim.api.nvim_get_option_value('filetype', { buf = bufnr })
683-
if buf_ft == 'DiffviewFiles' then
684-
-- this is a diffview tab, disable creating new windows
685-
-- (which would be the default behavior of handle_foreign_buffer)
686-
return {
687-
handle_foreign_buffer = function(buf) end,
688-
}
689-
end
690-
return require('stickybuf').should_auto_pin(bufnr)
691-
end,
692-
})
693-
end,
694-
})
695-
696668
plug({
697669
'ghillb/cybu.nvim',
698670
branch = 'main',

0 commit comments

Comments
 (0)