move tabufline related functions to ui repo

This commit is contained in:
siduck 2022-09-15 07:51:13 +05:30
parent 97062ae15f
commit 83572cc15b
3 changed files with 11 additions and 78 deletions

View file

@ -195,7 +195,7 @@ local plugins = {
["folke/which-key.nvim"] = {
disable = true,
module = "which-key",
keys = { "<leader>", "\"", "'", "`" },
keys = { "<leader>", '"', "'", "`" },
config = function()
require "plugins.configs.whichkey"
end,