Skip to content

Commit

Permalink
fix(plugins): nvim-surround loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Sep 9, 2023
1 parent 60ee27d commit 711731c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/config/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ return {
},
{
"kylechui/nvim-surround",
lazy = false,
version = "*", -- Use for stability; omit to use `main` branch for the latest features
event = "VeryLazy",
config = true,
},
{
Expand Down

0 comments on commit 711731c

Please sign in to comment.