aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-20 23:16:27 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-20 23:16:27 +0200
commitfd781b12b8b095f6d218c8ad25361815b83f10c0 (patch)
treec1627a3069272d95d8b228e5da41876c6432a828
parentfeat: remove any dart, flutter and elixir related plugins, LSPs etc. (diff)
downloadnvim-fd781b12b8b095f6d218c8ad25361815b83f10c0.tar.gz
feat: add osc52 to disabled plugins list in lazy config
-rw-r--r--lua/pml68/lazy.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/lazy.lua b/lua/pml68/lazy.lua
index 86d2be5..48c04a6 100644
--- a/lua/pml68/lazy.lua
+++ b/lua/pml68/lazy.lua
@@ -28,6 +28,7 @@ require("lazy").setup(plugins, {
"tohtml",
"tutor",
"zipPlugin",
+ "osc52",
},
},
},