From 337e06bee86d6aae3347dcb5c467e99646d89bc9 Mon Sep 17 00:00:00 2001 From: smashblu Date: Mon, 23 Sep 2024 15:13:57 -0700 Subject: [PATCH] Disable Markview (issues disabling decorations) --- lua/lazy-plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 086f1fa8..5f3a67aa 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -49,7 +49,7 @@ require('lazy').setup({ require 'custom/plugins/typescript-tools', - require 'custom/plugins/markview', + -- require 'custom/plugins/markview', -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and