You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently Support EditorConfig #13056 was merged which is awesome 🚀 Thanks for all your effort!
I noticed one miner issue with it: I cannot change the editorconfig file and reload it in Helix. It only applies the changes once restarted. It would be nice if config-reload would also reload the editorconfig.
Reproduction Steps
I tried this:
hx
indent something with 4 spaces
change editor config for that file type to 2 spaces
config-reload
it is still indented with 4 spaces
restart hx
now it get indented with 2 spaces
I expected this to happen:
config-reload should reload the editorconfig file
Instead, this happened:
Helix log
~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Summary
Recently Support EditorConfig #13056 was merged which is awesome 🚀 Thanks for all your effort!
I noticed one miner issue with it: I cannot change the editorconfig file and reload it in Helix. It only applies the changes once restarted. It would be nice if
config-reload
would also reload the editorconfig.Reproduction Steps
I tried this:
hx
config-reload
hx
I expected this to happen:
config-reload
should reload the editorconfig fileInstead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
Alacritty
Installation Method
Arch AUR
Helix Version
helix 25.01.1 (db187c4)
The text was updated successfully, but these errors were encountered: