From 82d21e445cae07a187e77b1af29e500a45ed48e7 Mon Sep 17 00:00:00 2001 From: mTvare <57838468+mTvare6@users.noreply.github.com> Date: Thu, 6 May 2021 22:44:25 +0530 Subject: [PATCH] Update pluginList.lua --- lua/pluginList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index bec25fa..26d7a2d 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -9,7 +9,7 @@ return require("packer").startup( -- color related stuff use "siduck76/nvim-base16.lua" use "norcalli/nvim-colorizer.lua" - use "ollykel/v-vim" -- v syntax + -- use "ollykel/v-vim" -- v syntax highlighter -- lsp stuff use "nvim-treesitter/nvim-treesitter"