From 24a9c1b98ab650ce9ff54cbf437a369de2b88b7d Mon Sep 17 00:00:00 2001 From: mTvare <57838468+mTvare6@users.noreply.github.com> Date: Thu, 6 May 2021 22:31:24 +0530 Subject: [PATCH] Update pluginList.lua --- lua/pluginList.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 2758cb9..bec25fa 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -9,6 +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 -- lsp stuff use "nvim-treesitter/nvim-treesitter" @@ -42,6 +43,10 @@ return require("packer").startup( use "karb94/neoscroll.nvim" use "kdav5758/TrueZen.nvim" + -- discord rich presence + --use "andweeb/presence.nvim" + + use {"lukas-reineke/indent-blankline.nvim", branch = "lua"} end )