vim

sharky 2024-09-28T19:22:32.727459Z

Hey , I am using vim-iced and pretty happy with it , but if I have some nested output it would be good to have some kind of line wrap or pretty printing . If I execute some functions it is just one long line , not really helpfull. Any magic I can add?

sharky 2024-10-01T18:29:00.569959Z

thank you , I will put it on my watch list. I think it is not possible to have two vim environments ?

2024-10-01T22:08:30.202069Z

It's difficult because the default key mappings conflict with each other 😢 For example, if the key mappings could be separated by project, it would be possible to use iced and elin on a per-project basis.

James Amberger 2024-10-28T14:44:15.056789Z

@sharky I resisted switch to neovim, was a mistake imo

Rojure, Rojure 2024-10-08T08:51:24.251629Z

You might want to take a look at neovim, Then you can use e.g. alias lvim='NVIM_APPNAME=lazyvim nvim'and alias avim='NVIM_APPNAME=astrovim nvim' to run neovim with different environments

sharky 2024-10-08T19:47:54.150169Z

Thank you ! I thought to switching to neovim , but I want to migrate slowly 🙂 . Will check it out 🙏

2024-09-30T23:02:20.021299Z

@sharky The successor to iced, elin, is designed to print prettily, but is still under development and does not yet have documentation on installation and configuration 🙇 https://github.com/liquidz/elin

1