mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): nvim surround
This commit is contained in:
parent
48f46a956b
commit
83365e0565
3 changed files with 18 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue