forked from elixir-editors/emacs-elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve speed of smie by disabling features
This PR disables the worst offenders of lookbacks that make opening large files very slow. More testing is needed to determine if this is a worthwhile tradeoff. The main reason it is palatable is that it fixes elixir-editors#463 and indentation isn't as important as it once was because you can simply run `elixir-format` (or `lsp-format-buffer`).
- Loading branch information
Showing
1 changed file
with
1 addition
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters