diff options
| author | Blake Romero <blake@blkrom.com> | 2025-01-24 00:05:23 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-01-24 00:05:23 +0000 |
| commit | 29d82d16de6f44c59ee0c93a20ca3a9c645741f5 (patch) | |
| tree | 5d1d67f41e0412231db71681c7f8762d42f7ae56 /lua/config/lazy.lua | |
| parent | 0f1cdc901724ad67062e4efc0d43a81659c95871 (diff) | |
Move mappings & add telescope
Diffstat (limited to 'lua/config/lazy.lua')
| -rw-r--r-- | lua/config/lazy.lua | 6 |
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") |
