From 2dc81b49c99d14ea7c604dc73f5c35e134588518 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 5 Dec 2021 17:26:20 +0100 Subject: Added lsp key bindings --- config/nvim/lua/mappings.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/nvim/lua/mappings.lua') diff --git a/config/nvim/lua/mappings.lua b/config/nvim/lua/mappings.lua index 1e051d7..008405d 100644 --- a/config/nvim/lua/mappings.lua +++ b/config/nvim/lua/mappings.lua @@ -7,6 +7,9 @@ map('n', 'sc', 'source $MYVIMRC', {}) -- source vimrc map('n', ';', 'mqA;`q', {}) -- put semicolon at the end of line map('n', 'cu', 'ct_', {}) -- common change until map('n', 'ss', 'setlocal spell!', {}) -- toggle spelling check +map('n', ']', '', {}) -- toggle spelling check +map('n', 't', '', {}) -- toggle spelling check + -- split navigation map('n', '', '', {}) -- cgit