kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

how do i have auto brackets?

Open leyloe opened this issue 1 year ago • 1 comments

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 🙏

leyloe avatar Jun 20 '24 05:06 leyloe

Uncomment this line (around line 879)

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

jiaad avatar Jun 24 '24 09:06 jiaad

Hi. Someone already mentioned autopairs. Debugging in rust is something I haven't tried yet and can't suggest details on.

Google "Neovim debug rust" perhaps?

feoh avatar Jul 22 '24 02:07 feoh