Add which-key plugin and descriptions for all custom keymaps

This commit is contained in:
Fabian Schmidt
2024-09-17 14:49:38 +02:00
parent 9b831f0e3a
commit 8b714fabfa
7 changed files with 102 additions and 76 deletions

View File

@@ -13,7 +13,6 @@ end
vim.opt.rtp:prepend(lazypath)
vim.g.mapleader = " "
require("lazy").setup("plugins")
require("maps").init()
require("commands")
vim.opt.backup = false
@@ -43,3 +42,5 @@ vim.opt.expandtab = false
vim.opt.autoindent = true
vim.opt.smartindent = true
vim.opt.completeopt = { "menu", "menuone", "noselect" }
-- TODO replace config with opts in every plugin