From aa827069030833f9100df03379bace1a5b216a7a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 2 Dec 2021 16:48:03 +0100 Subject: [PATCH] chore(nvim): add leader mapping --- nvim/init.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nvim/init.vim b/nvim/init.vim index cb02ca2..7fd9249 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -47,3 +47,8 @@ set dictionary+=~/.config/nvim/dictionary/en_us.txt " Custom Thesauri (Synonyms) ( ) set thesaurus+=~/.config/nvim/thesaurus/de_user.txt set thesaurus+=~/.config/nvim/thesaurus/de_openthesaurus.txt + +" *** *** *** Key Mappings *** *** *** +" ************************************ + +let mapleader = "\"