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 --- init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index d8ec5d4..c5ca0c0 100644 --- a/init.lua +++ b/init.lua @@ -45,7 +45,6 @@ vim.opt.autochdir = true -- Remove conceal for all files vim.opt.conceallevel = 0 - -- Paragraph formatter -- let &formatprg="par -w80" -- cgit v1.2.3