nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.69k stars 16.61k forks source link

autopairing #981

Closed karomba closed 2 weeks ago

karomba commented 3 weeks ago

i want autopairing in kickstart because it less annoying and i am trying to add it but i cant

sodoku commented 2 weeks ago

You should be able to activate autopairs by uncommenting this line: https://github.com/nvim-lua/kickstart.nvim/blob/master/init.lua#L879

karomba commented 2 weeks ago

thank you