This website requires JavaScript.
Explore
Help
Sign in
kevin
/
darkcloud-nvimconfig
Watch
1
Star
0
Fork
You've already forked darkcloud-nvimconfig
0
mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced
2024-11-09 23:06:38 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0c8b46b803
darkcloud-nvimconfig
/
vim
/
config
/
plugins
/
nvim-surround.lua
4 lines
60 B
Lua
Raw
Normal View
History
Unescape
Escape
Use common style for lua require and setup calls
2024-03-05 13:32:39 -05:00
require
(
"
nvim-surround
"
)
.
setup
(
{
Replace vim-surround with nvim-surround
2024-03-05 13:03:53 -05:00
move_cursor
=
false
Use common style for lua require and setup calls
2024-03-05 13:32:39 -05:00
}
)
Reference in a new issue
Copy permalink