From 8218d7b4f37037c205d3b29ce972cff0ece01af5 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 23 Jun 2023 03:53:00 -0400 Subject: refactor: comment structure for plug.lua --- .config/nvim/lua/plug.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/nvim/lua') diff --git a/.config/nvim/lua/plug.lua b/.config/nvim/lua/plug.lua index 63eac2e..7a3e916 100644 --- a/.config/nvim/lua/plug.lua +++ b/.config/nvim/lua/plug.lua @@ -1,8 +1,7 @@ --- Plugin manager (vim-plug) +-- legacy plugin manager config (vim-plug) vim.cmd [[ call plug#begin() Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' } - " Plug 'LunarWatcher/auto-pairs' Plug 'tmsvg/pear-tree' Plug 'https://github.com/adelarsq/vim-matchit' Plug 'neoclide/coc.nvim', {'branch': 'release'} @@ -10,6 +9,8 @@ vim.cmd [[ Plug 'sbdchd/neoformat' Plug 'ThePrimeagen/vim-be-good' Plug 'junegunn/fzf' + + " Plug 'LunarWatcher/auto-pairs' call plug#end() ]] -- cgit v1.2.3