kylechui / nvim-surround

Add/change/delete surrounding delimiter pairs with ease. Written with :heart: in Lua.
MIT License
3.09k stars 61 forks source link

feat: Lazy load options. #97

Closed kylechui closed 2 years ago

kylechui commented 2 years ago

This improves performance by not reloading the entire plugin for each buffer, instead only using buffer-local maps to override the defaults when buffer_setup is called.