Skip to content

Commit

Permalink
feat(motion): add nvim-surround (AstroNvim#110)
Browse files Browse the repository at this point in the history
* Add nvim-surround

* Update lua/astrocommunity/motion/nvim-surround/nvim-surround.lua

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
2 people authored and owittek committed Apr 4, 2023
1 parent dab16e5 commit 13473ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/nvim-surround/nvim-surround.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ return {
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
opts = {},
opts = {}
},
}

0 comments on commit 13473ae

Please sign in to comment.