From 12253d3e7c209f6aa77fe58e95a644eb355e1548 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 7 Dec 2024 08:48:56 +0100 Subject: Configure airline et al., remap to backslash Having as a lead to a large lag (known for neovim with the configuration). --- nvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/config') diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index 11d41e0..a4c6f2a 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -18,7 +18,7 @@ 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.mapleader = "\\" vim.g.maplocalleader = "," -- Create some keymaps for moving between vim windows without , as it -- cgit v1.2.1