diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-02 03:13:44 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-02 03:13:44 +0200 |
| commit | efffe8b9c1e9ce06a58614a4f433f5139efb5d7d (patch) | |
| tree | 85c50e6c2282d74ada86b6aeb916045688404754 /fnl/config/treesitter.fnl | |
| parent | 2de407ab992f3c951f416ae8c8b1c1f6994cc8c5 (diff) | |
Add spellsitter for spell check
Diffstat (limited to 'fnl/config/treesitter.fnl')
| -rw-r--r-- | fnl/config/treesitter.fnl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl index cdc8a7a..b94e442 100644 --- a/fnl/config/treesitter.fnl +++ b/fnl/config/treesitter.fnl @@ -25,9 +25,7 @@ :sync_install false :ignore_install [""] :autopairs {:enable true} - :highlight {:enable true - :disable [:org] - :additional_vim_regex_highlighting [:org]} + :highlight {:enable true :disable [:org]} :context_commentstring {:enable true :enable_autocmd false} :indent {:enable true :disable [:yaml :python :css]} |