Skip to content

Commit

Permalink
tabscope 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Oct 22, 2023
1 parent 38f6c19 commit 2341b5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/custom/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ M.tabufline = {
},
["-b"] = {
function()
require("nvchad.tabufline").close_buffer()
require("tabscope").remove_tab_buffer()
end,
"Close buffer",
},
Expand Down
4 changes: 4 additions & 0 deletions lua/custom/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,8 @@ return {
end,
event = 'VeryLazy'
},
{
'backdround/tabscope.nvim',
config = true,
}
}

0 comments on commit 2341b5c

Please sign in to comment.