From f1f9058f06d56981c3038db6452a13d9cd7b95b3 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 7 Jun 2023 12:12:40 +0530 Subject: [PATCH] nvim: plugins: nvim-pqf moved to GitHub --- nvim/.config/nvim/lua/plugins.lua | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index a325ddc..f49d386 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -2,33 +2,33 @@ vim.cmd 'packadd cfilter' require "paq" { - 'echasnovski/mini.nvim' , - 'ibhagwan/fzf-lua' , - 'dcampos/nvim-snippy' , - 'honza/vim-snippets' , - 'lewis6991/gitsigns.nvim' , - 'tpope/vim-fugitive' , - 'SanchayanMaity/gitlinker.nvim' , - 'vim-utils/vim-husk' , - 'https://gitlab.com/yorickpeterse/nvim-pqf', - 'wellle/targets.vim' , - 'chrisgrieser/nvim-various-textobjs' , - 'tpope/vim-repeat' , - 'tpope/vim-sleuth' , - 'tpope/vim-dispatch' , - 'elihunter173/dirbuf.nvim' , - 'junegunn/vim-easy-align' , - 'nvim-lua/plenary.nvim' , - 'kosayoda/nvim-lightbulb' , - 'mfussenegger/nvim-lint' , - 'lvimuser/lsp-inlayhints.nvim' , - 'nvim-treesitter/nvim-treesitter' , - 'mfussenegger/nvim-treehopper' , - 'chentoast/marks.nvim' , - 'andymass/vim-matchup' , - 'christoomey/vim-tmux-navigator' , - 'windwp/nvim-autopairs' , - 'gpanders/nvim-parinfer' , - 'cbochs/portal.nvim' , + 'echasnovski/mini.nvim' , + 'ibhagwan/fzf-lua' , + 'dcampos/nvim-snippy' , + 'honza/vim-snippets' , + 'lewis6991/gitsigns.nvim' , + 'tpope/vim-fugitive' , + 'SanchayanMaity/gitlinker.nvim' , + 'vim-utils/vim-husk' , + 'yorickpeterse/nvim-pqf' , + 'wellle/targets.vim' , + 'chrisgrieser/nvim-various-textobjs', + 'tpope/vim-repeat' , + 'tpope/vim-sleuth' , + 'tpope/vim-dispatch' , + 'elihunter173/dirbuf.nvim' , + 'junegunn/vim-easy-align' , + 'nvim-lua/plenary.nvim' , + 'kosayoda/nvim-lightbulb' , + 'mfussenegger/nvim-lint' , + 'lvimuser/lsp-inlayhints.nvim' , + 'nvim-treesitter/nvim-treesitter' , + 'mfussenegger/nvim-treehopper' , + 'chentoast/marks.nvim' , + 'andymass/vim-matchup' , + 'christoomey/vim-tmux-navigator' , + 'windwp/nvim-autopairs' , + 'gpanders/nvim-parinfer' , + 'cbochs/portal.nvim' , 'purescript-contrib/purescript-vim' }