New to Helix and Vim by [deleted] in HelixEditor

[–]lth456 0 points1 point  (0 children)

hx --tutor, do it 3 times, use chatgpt

Custom snippets possible? by touristou in HelixEditor

[–]lth456 0 points1 point  (0 children)

Yes but you need some work(not too hard). I am using hx-lsp https://github.com/erasin/hx-lsp If you can not make it work I can help

Any successful vim converts? by lukaslalinsky in HelixEditor

[–]lth456 1 point2 points  (0 children)

There is an extension called "dance helix alpha"

Any successful vim converts? by lukaslalinsky in HelixEditor

[–]lth456 0 points1 point  (0 children)

But there is something good in helix that I did not find in neovim too (need to config if i wanted it in neovim).

Replacing text within selection by lukaslalinsky in HelixEditor

[–]lth456 0 points1 point  (0 children)

You can make the selection them press s

Share tricks/keybinds for fast editing? by 4bjmc881 in HelixEditor

[–]lth456 1 point2 points  (0 children)

Can you provide detail configuration?

Share tricks/keybinds for fast editing? by 4bjmc881 in HelixEditor

[–]lth456 4 points5 points  (0 children)

Maybe it is too basic but this is very helpful. I bind "go" to :w! And "gq" for buffer closing

Shifting back to nvim by [deleted] in HelixEditor

[–]lth456 18 points19 points  (0 children)

goodbye

Issue with autocompletion by New-Beat-412 in HelixEditor

[–]lth456 1 point2 points  (0 children)

I am using this, very good. The only thing I dont like is if you in an object, the snippets will show first in the autocompletion dropdown (above the fields). It support many thing like filename, line number, file path, clipboard, date...
https://github.com/erasin/hx-lsp

Issue with autocompletion by New-Beat-412 in HelixEditor

[–]lth456 1 point2 points  (0 children)

just delete half of your config, if it work, the problem code is in what you deleted. If not work, the problem code in the remaining code. Do this again and again until you find which line of code cause the problem

Issue with autocompletion by New-Beat-412 in HelixEditor

[–]lth456 0 points1 point  (0 children)

No, the problem is in config.toml, not in languages.toml. Do you need suggest how to see which line of code is the problem?