fix: tabs + cmp fixed

This commit is contained in:
2025-07-13 19:00:23 +02:00
parent 33aec2f252
commit 9082f3926a
6 changed files with 50 additions and 110 deletions

View File

@@ -2,20 +2,22 @@
-- │ Usage help │
-- ╰────────────╯
return {
-- {
-- "folke/which-key.nvim",
-- event = "VeryLazy",
-- opts = function()
-- return require("plugins.opts.whichKey")
-- end,
-- keys = {
-- {
-- "<leader>?",
-- function()
-- require("which-key").show({ global = false })
-- end,
-- desc = "Buffer Local Keymaps (which-key)",
-- },
-- },
-- }
-- Breaks LSP attach
-- {
-- "folke/which-key.nvim",
-- event = "VeryLazy",
-- opts = function()
-- return require("plugins.opts.whichKey")
-- end,
-- keys = {
-- {
-- "<leader>?",
-- function()
-- require("which-key").show({ global = false })
-- end,
-- desc = "Buffer Local Keymaps (which-key)",
-- },
-- },
-- }
{ 'ThePrimeagen/vim-be-good' }
}