Skip to content

Commit

Permalink
Simplify lazy setup of nvim-surround
Browse files Browse the repository at this point in the history
  • Loading branch information
benewberg committed Jun 2, 2024
1 parent 34f9d38 commit ef1e954
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ require("lazy").setup({
},
{
"kylechui/nvim-surround",
config = function()
require("nvim-surround").setup({})
end,
config = true,
},
{
"ggandor/leap.nvim",
Expand Down

0 comments on commit ef1e954

Please sign in to comment.