diff --git a/config/keymaps.nix b/config/keymaps.nix index b9256dd..90d2d91 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -1,5 +1,8 @@ {...}: { globals.mapleader = " "; + globals.maplocalleader = { + __raw = "vim.api.nvim_replace_termcodes('', false, false, true)"; + }; keymaps = [ {