Add which-key plugin and descriptions for all custom keymaps
This commit is contained in:
3
init.lua
3
init.lua
@@ -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
|
||||
|
Reference in New Issue
Block a user