add the pounce plugin

This commit is contained in:
mokou 2022-03-14 18:13:48 +01:00
parent a2495e2cf6
commit 24c951898b
2 changed files with 3 additions and 1 deletions

View file

@ -39,6 +39,7 @@ return require("packer").startup(function(use)
-- Text editing
use "tpope/vim-surround"
use "Raimondi/delimitMate"
use "rlane/pounce.nvim"
-- Fancy UI stuff
use "RRethy/nvim-base16"