kickstart.nvim
kickstart.nvim copied to clipboard
how do i have auto brackets?
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 🙏
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?