Skip to content

Commit 4961973

Browse files
community: add advanced surround nvim-surround
resolve: #46
1 parent e5ea02b commit 4961973

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Unreleased
22

3-
## Changed
4-
- practicalli: revert to upstream other.nvim
3+
## Added
54
- community: add rainbow-delimiters with theme support
65
- community: add color picker ccc-nvim
76
- community: add emoji completion blink-cmp-emoji
7+
- community: add advanced surround nvim-surround
8+
9+
## Changed
10+
- practicalli: revert to upstream other.nvim
811

912
# 2025-04-24
1013

lua/community.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ return {
5757

5858
-- ----------------------------------------------
5959
-- Motion plugins
60-
-- { import = "astrocommunity.motion.nvim-surround" },
60+
{ import = "astrocommunity.motion.nvim-surround" },
6161
-- ----------------------------------------------
6262

6363
-- ----------------------------------------------

0 commit comments

Comments
 (0)