LazyVim.LazyVim/lua/lazyvim
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
..
config fix(autocmds): fixed pattern for autocommand to autoenable wrap and spell in text files (#3975) 2024-07-10 09:11:26 +02:00
plugins fix(java): fix config_overrides for tests (#3968) 2024-07-09 17:12:02 +02:00
util fix(lazygit): improve git browse (#3941) 2024-07-07 21:25:45 +02:00
health.lua fix(health): add warning when not using 0.10.0 2024-05-16 21:25:51 +02:00
init.lua fix: add shim for vim.uv just in case someone upgrades lazyvim before lazy 2024-03-22 10:30:35 +01:00
types.lua style: better types for vim.api.nvim_create_autocmd 2024-06-07 23:02:47 +02:00