home: vim: ftdetect: fix obsolete comment

This commit is contained in:
Bruno BELANYI 2024-01-05 10:59:45 +00:00
parent bddcab110d
commit 9546c00124
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
-- Use Automake filetype for `local.am` files, explicit `set` to force override
-- Use Automake filetype for `local.am` files
vim.filetype.add({
filename = {
["local.am"] = "automake",