From 29d82d16de6f44c59ee0c93a20ca3a9c645741f5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 24 Jan 2025 00:05:23 +0000 Subject: Move mappings & add telescope --- lua/config/lazy.lua | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lua/config/lazy.lua') 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") -- cgit