Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 1d03bb6

Browse files
plugin: nvim-surround from AstroCommunity
Enhance surrounding text options https://practical.li/neovim/neovim-basics/multi-modal-editing/#surround
1 parent e0ee088 commit 1d03bb6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/community.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ return {
1212
-- dev = true,
1313
-- },
1414

15+
-- Motion plugins
16+
-- :help nvim-surround.usage.
17+
{ import = "astrocommunity.motion.nvim-surround" },
18+
1519

1620
-- Editor support
1721
-- Rainbow parens

0 commit comments

Comments
 (0)