Compare commits

..

2 Commits

Author SHA1 Message Date
Yannick Reiß 4aa297662c Show key plugin
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 27s Details
2024-12-19 08:44:13 +01:00
Yannick Reiß fb0655896c Remove which-key, much to annoying 2024-12-18 12:22:11 +01:00
1 changed files with 2 additions and 14 deletions

View File

@ -57,6 +57,7 @@ return {
"dense-analysis/ale",
"f-person/git-blame.nvim",
"dstein64/vim-startuptime",
"tamton-aquib/keys.nvim",
-- Themes
"folke/tokyonight.nvim",
@ -89,18 +90,5 @@ return {
"sainnhe/sonokai",
-- Plugins to test
{
"folke/which-key.nvim",
event = "VeryLazy",
opts = {},
keys = {
{
"<leader>?",
function()
require("which-key").show({ global = false })
end,
desc = "Buffer Local Keymaps (which key)",
},
},
},
"https://git.nickr.eu/yannickreiss/nvim-macrotool.git",
}