From affe302e2134608ec9073874d5522ae5e42972f3 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Tue, 3 Jan 2023 16:33:09 -0800 Subject: Add JABS for buffer switching --- lua/user/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index b13b028..ad9ba8e 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -14,6 +14,9 @@ return packer.startup(function(use) -- Colorschemes --use "lunarvim/colorschemes" -- Additional colorschemes + -- Buffers + use 'matbme/JABS.nvim' + -- cmp plugins use "hrsh7th/nvim-cmp" -- The completion plugin use "hrsh7th/cmp-buffer" -- Buffer completions -- cgit