fix(lang): load on BufNewFile for any *req*.txt file

This commit is contained in:
Peter Benjamin 2023-12-24 08:41:57 -08:00
parent d069a3143f
commit 09dadaeaca
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
return {
{
"raimon49/requirements.txt.vim",
event = { "BufRead *req*.txt" },
event = { "BufRead *req*.txt", "BufNewFile *req*.txt" },
},
{
"nvim-treesitter/nvim-treesitter",