From d53d48975c0ed4aec92bc5bc0fcbe5c6662c8a69 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Wed, 14 Feb 2024 15:45:48 +0400 Subject: add new plugins - neorg plugin with couple of modules and default directory - plugin for typst support - vim-fugitive - true zen with added keybinding --- lua/keybindings.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lua/keybindings.lua') diff --git a/lua/keybindings.lua b/lua/keybindings.lua index e10e458..2c72e54 100644 --- a/lua/keybindings.lua +++ b/lua/keybindings.lua @@ -42,3 +42,10 @@ function trim_whitespace() vim.fn.winrestview(view) end vim.keymap.set("n", "f", trim_whitespace) + + +-- PLUGINS -- + +-- True Zen +vim.keymap.set("n", "tz", ":TZAtaraxis") + -- cgit v1.2.3