Add which-key and some basic keybinds
This commit is contained in:
parent
e2a8848a27
commit
cc66db9594
4 changed files with 16 additions and 9 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue