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
I have no idea how Lua works and I can't get nvim-surround's default keybindings to do anything, even though the package gets installed.
In ~/.config/nvim/lua/user/init.lua under
-- Configure plugins
plugins = {
init = {
I added { "kylechui/nvim-surround" },. What am I doing wrong?
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
-
I have no idea how Lua works and I can't get nvim-surround's default keybindings to do anything, even though the package gets installed.
In ~/.config/nvim/lua/user/init.lua under
I added
{ "kylechui/nvim-surround" },
. What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions