this post was submitted on 03 Jun 2025
96 points (96.2% liked)
Technology
74055 readers
5518 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have a pretty complex nvim setup already for general editing. Is there any way this could handle all the custom nvim stuff somewhere else and leave my existing config alone? When I tried it just now it installed an init.vim next to my init.lua in ~/.config/nvim, which didn't clobber anything but did break both tide42 and normal nvim.
Ugh how frustrating I get it. These issues have been solved in the latest release.. much cleaner install and config with seperate directories in ~/.config for nvim and tide42. Tide42 now calls on tide42.vim as its config file, not init.vim or init.lua so you can preserve your custom nvim setups and use Tide42 without conflicts.
Wow didn't expect a reply 2 months later. I'll give the new version a try. Thanks!
Appreciate your patience enjoy the new features :)