nvim-lua / kickstart.nvim

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

how do i have auto brackets? #989

Open fu3x11 opened 2 weeks ago

fu3x11 commented 2 weeks ago

like when i type {}, i want an intention to happen automatically, when i go inside and press enter. also how do i setup debugging for rust? if its a few lines, feel free to make a pull request on my fork. thank you 🙏

jiaad commented 1 week ago

Uncomment this line (around line 879)

require 'kickstart.plugins.autopairs', and restart nvim