Add which-key and some basic keybinds

This commit is contained in:
pfych 2025-02-26 14:31:28 +11:00
parent e2a8848a27
commit cc66db9594
4 changed files with 16 additions and 9 deletions

View file

@ -15,9 +15,6 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
vim.g.mapleader = " "
vim.g.maplocalleader = "\\"
-- Plugin setup
require("lazy").setup({
spec = { { import = "plugins" } },
@ -28,3 +25,4 @@ require("lazy").setup({
-- General vim
require("base")