mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(lang): load on BufNewFile for any *req*.txt file
This commit is contained in:
parent
d069a3143f
commit
09dadaeaca
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"raimon49/requirements.txt.vim",
|
||||
event = { "BufRead *req*.txt" },
|
||||
event = { "BufRead *req*.txt", "BufNewFile *req*.txt" },
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue