@UwUbuntUwU
If you're gonna use plugins then try to keep them organized, it will help. I use neovim and ended up using lua to handle configs. There's some handy videos online if you search for vim/neovim personal configs and setup guides.
@UwUbuntUwU
While we're at it, an immensely useful plugin for commenting lines out: https://github.com/tpope/vim-commentary
Just select what you want commented out using "v", then "gcc" — done! Easy to remember shortcut.
You can, of course, do the same to un-comment lines. And it takes the file type into consideration and handles comments in css and shell scripts differently.
@word_of_the_nerd