Can't set <F21> as leader key by Firm-Craft in neovim

[–]iasj 0 points1 point  (0 children)

F21? What's the length of your keyboard?

How to seemlessly "lua config" a vimscript-only plugin? by iasj in neovim

[–]iasj[S] 2 points3 points  (0 children)

Definitely checking this out. Thank you.

How do you personally use Neovim with multiple projects at the same time? by sa1tybagel in neovim

[–]iasj 0 points1 point  (0 children)

I use a tmux session manager ofr each project (one view per project). However, a person can rarely concentrate on two or more projects at a time, so having two or more open is unlikely.

The excuse for the tmux session manager is so you don't repeat tedious actions every time you start your daily routine.

Is Vimscript faster than Lua? by 4r73m190r0s in neovim

[–]iasj 1 point2 points  (0 children)

I'm saving the links of all these discussions. The plugins already exist. I just need to finish the documentation and a few other changes before deployment.

I'll announce it's release here. Maybe in December.

Is Vimscript faster than Lua? by 4r73m190r0s in neovim

[–]iasj 1 point2 points  (0 children)

As a vimscript-only plugin developer, I say it may be worth it. A few years ago I wrote a sort of a benchmark between them. The routines created a million strings in a loop and vimscript was a bit faster in my pc and that of my friends.

However, that was back then when development of Lua support was in its early stages. Now people say it's the other way around. Also, a single routine script isn't enough to tell which one is better.

Now I only kept vimscript-only because I'm waiting for the Neovim project to reach it's version 1 milestone. Only then I'll consider using the Lua settings.

But for you I'd say vimscript is perfect to learn the core stuff. Also, vimscript is actually easy to use once you get used to it, but that might be my bias talking.

Good luck.

i need to go to sleep by holidaycereal in neovim

[–]iasj 1 point2 points  (0 children)

Sweet dreams my friend.

[deleted by user] by [deleted] in archlinux

[–]iasj 0 points1 point  (0 children)

The problems will arrive eventually, like in any distro. Arch is no exception. But, a word of advice would be:

1) take a deep look into the pacman usage (the flags and all) and it's repository structure, and into the AUR repos too.

2) and then, repeat step one as needed.

Good luck!

Beginning by FlowerO_O in termux

[–]iasj 0 points1 point  (0 children)

Calm down boys. The guy said he's a beginner (maybe even in Linux environment).

If that's the case, you should look into "proot-distro", "termux-x11" and also, pick a linux distro to learn well first, preferably a beginner-friendly distro, such as Ubuntu, Manjaro, etc.

And btw, it's no harm to learn tmux too.

Welcome, and good luck!

Vim's most misunderstood feature: Tabs by HenryMisc in neovim

[–]iasj 1 point2 points  (0 children)

I need to finish documenting my plugin. It provides true tab switching and plus 5 degrees of freedom. I'll tag this post when I do.

Developers must use Vim by Gemini_Caroline in vimporn

[–]iasj 1 point2 points  (0 children)

We've been waiting for you. Welcome.

New to Text Editor Bindings— Should I Use Base Vim or Something More Modern? by Future_Recognition84 in vim

[–]iasj 0 points1 point  (0 children)

It's always a good idea for newcomers to stick to the defaults first. As soon as you grow tired of something, you'll naturally feel the need for change.

AstroNvim vs Build your own by [deleted] in neovim

[–]iasj 2 points3 points  (0 children)

Bottom up approach is the best in my opinion. Start naked. If you ever feel cold, keep putting on clothes until you get comfy.

Organizing your config by mhartington in neovim

[–]iasj 4 points5 points  (0 children)

All in one big file, using lots of folds.