cd_slash_rmrf
https://www.chezmoi.io/ if you’ve got some complexity with your setup. otherwise, could be overkill.
Great article. there was a even a response a year later https://medium.com/front-end-weekly/how-it-feels-to-learn-javascript-in-2017-a934b801fbe
to add to the other comments: I half-switched a while back, wrote a couple of my files in lua. since you can still source lua files from within vim, so I did that until I switched everything over later. it made it easier to do it that way if you already have a lot of config and don’t want to spend a lot of time up-front to learn it
without more information, the most straightforward way is to disable your plugins one at a time and test if things are working (could go the other direction: start from no plugins, and install them one at a time). do this by commenting/uncommenting lines in your config and rerunning sync/clean/install or whatever with your plugin manager.
ideally youd have some idea about what specifically is breaking for you. since you say completion maybe start with whatever you use for that (cmp, mason setup, coc, deoplete, ycm)?
edit: forgot to say, but if you post your config that could be helpful in case there’s an obvious err somewhere. is it all macros that fail or only some with specific motions?
neat! I’ve been using Colima for a while, so it’s cool to see they have a comparison in their FAQ .
bit leery of it eventually switching to a paid model tho
this was the first lua plugin I migrated to back when lua support was merged! efficiency difference was noticable, great plugin.
this one’s a vibe
helpful video, just learning rust so I’m not as familiar with Arc yet. also, really glad to see other creators using manim
(the data viz library by 3blue1brown), it makes good looking animations.