Commit 199e701
committed
Fix: Prevent mason-lspconfig crash + highlight key fix
1. Fix mason-lspconfig crash
Explicitly sets:
automatic_enable = false
This prevents a known issue in recent versions of mason-lspconfig
where a nil `enable()` function causes a crash.
Keeping this disabled in Kickstart improves stability for new users.
2. Fix highlight key typo
A previous commit changed `highlight` to `hl` in the `on_yank` autocmd,
but related code still used `highlight`, causing inconsistency.
This commit restores consistency. Feel free to revise the preferred style.1 parent 3338d39 commit 199e701
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| 725 | + | |
725 | 726 | | |
726 | 727 | | |
727 | 728 | | |
| |||
0 commit comments