I do! I use it for everything, it's worth it to learn! It usually has great options for language servers, autocomplete, and endless customization. It also has pretty good features out of the box.
Useful content I used to learn vim:
https://www.youtube.com/watch?v=2f8h45YR494
https://www.youtube.com/watch?v=XA2WjJbmmoM
https://vim.fandom.com/wiki/Sort_lines
https://vim.fandom.com/wiki/Browsing_programs_with_tags
Some plugins:
https://github.com/fatih/vim-go.git
https://github.com/vim-airline/vim-airline
https://github.com/ap/vim-css-color
https://github.com/preservim/nerdtree
https://github.com/dracula/vim
https://github.com/vim-scripts/AutoComplPop
Also ctags is helpful.