summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/lazy.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua
index a26b7d1..4dfe238 100644
--- a/lua/config/lazy.lua
+++ b/lua/config/lazy.lua
@@ -15,11 +15,5 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
--- Make sure to setup `mapleader` and `maplocalleader` before
--- loading lazy.nvim so that mappings are correct.
--- This is also a good place to setup other settings (vim.opt)
-vim.g.mapleader = " "
-vim.g.maplocalleader = "\\"
-
-- Setup lazy.nvim
require("lazy").setup("plugins")