From 01b3582eb246e638b0cac475556870ef431b81cb Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 16 Oct 2023 08:29:59 -0500 Subject: [PATCH] Add nvim-scrollbar, neoscroll-nvim, nvim-surround & vim-wakatime plugins from Astrocommunity --- plugins/community.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/community.lua b/plugins/community.lua index 483de73..a236803 100644 --- a/plugins/community.lua +++ b/plugins/community.lua @@ -3,7 +3,10 @@ return { "AstroNvim/astrocommunity", -- example of importing a plugin, comment out to use it or add your own -- available plugins can be found at https://github.com/AstroNvim/astrocommunity - - -- { import = "astrocommunity.colorscheme.catppuccin" }, + { import = "astrocommunity.colorscheme.catppuccin" }, + { import = "astrocommunity.scrolling.nvim-scrollbar" }, + { import = "astrocommunity.scrolling.neoscroll-nvim"}, + { import = "astrocommunity.motion.nvim-surround" }, + { import = "astrocommunity.media.vim-wakatime" } -- { import = "astrocommunity.completion.copilot-lua-cmp" }, }