You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can anyone please tell me where I need to place this snippet for installing nvim-surround in my Lazyvim configuration?
{
"kylechui/nvim-surround",
version="*", -- Use for stability; omit to use `main` branch for the latest featuresevent="VeryLazy",
config=function()
require("nvim-surround").setup({
-- Configuration here, or leave empty to use defaults
})
end,
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am new to Neovim.
Can anyone please tell me where I need to place this snippet for installing
nvim-surround
in my Lazyvim configuration?Beta Was this translation helpful? Give feedback.
All reactions