add(nvim): nvim surround

This commit is contained in:
Léana 江 2023-03-05 12:05:11 +01:00
parent 48f46a956b
commit 83365e0565
3 changed files with 18 additions and 0 deletions

View file

@ -38,6 +38,9 @@ require "packer".startup(function(use)
-- Auto-pair parentheses and more
use "windwp/nvim-autopairs"
-- Add/change/delete surrounding delimiter pairs
use { "kylechui/nvim-surround", tag = "*" }
-- Colorize hex color strings
use "norcalli/nvim-colorizer.lua"