LazyVim.LazyVim/lua/lazyvim/config
Mike Pilmer 927031a2de
fix(autocmds): fixed pattern for autocommand to autoenable wrap and spell in text files (#3975)
## Description

Autocommand group lazyvim_wrap_spell was not triggering for all of the
specified file types.

The autocommand will now trigger for types "text", "plaintex", "typst",
"gitcommit", "markdown" as intended.

## Related Issue(s)

 - Fixes #3973 


## Checklist

- [X] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
2024-07-10 09:11:26 +02:00
..
autocmds.lua fix(autocmds): fixed pattern for autocommand to autoenable wrap and spell in text files (#3975) 2024-07-10 09:11:26 +02:00
init.lua fix(vscode): allow overriding default vscode keymaps. Fixes #3950 2024-07-08 07:52:18 +02:00
keymaps.lua fix: removed leader-m, since it is leading to too many issues. Still available at leader-wm 2024-06-07 10:53:56 +02:00
options.lua feat(options): jumpoptions=view 2024-07-03 17:12:26 +02:00