-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I have recently started learning neovim and found it to be interesting. Soon after I got hooked, I started vimo-hoping similar to that of distro-hoping which I did during my early days of Linux a decade and a half back. Started testing various nvim distributions, configurations, and did my own settings. Thats when I discovered your project. Your project to me is similar to multibootusb project that helps people to test various Linux distributions.
Though, you help us to find the best configurations from other's configurations, I have to settle down to your own configuration lazyman. lazyman nvim configuration is fantastic. It is beautiful, visually pleasing, easy to access key bindings etc. There was no requirement of tweaking a single config file to change settings. It just worked. This helped me settle down to one config, at least at the moment.
Coming back to my suggestions/ input for your consideration:-
- How do I open
lazymannvim directly from command line instead of invokingnvimsevery time. For example, I would like to open a file likelazyman /path/to/file.txt. How do I do that? Cheatsheetcommand is good. But if you have cheatsheet UI similar to NvChad as seen in https://www.reddit.com/r/neovim/comments/12qku4w/nvchad_cheatsheet/ would be excellent.- Does
lazymanrequire Internet all the time? When I opened the editor without internet, a few plugins have thrown some errors. - You have done lot of documentation at your official website https://lazyman.dev/. It is good. But it looks like more of a blog rather than website meant for technical documentation. Request you to consider doc hosting sites such as readthedoc for professional look and better reach.
- When I openeda Python file in
lazyman, there was lot of warning as shown in https://mypy.readthedocs.io/en/stable/running_mypy.html#library-stubs-not-installed. I believe it is frompylsp. But I never had an issue with other plugins such aspyright.
Keep up the good work.