fix: set lua filetype in modeline

This commit is contained in:
vladislav doster 2024-05-01 23:06:27 -05:00 committed by GitHub
parent 9f0cb734cb
commit 81a526eaaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -909,4 +909,4 @@ require('lazy').setup({
})
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et
-- vim: ts=2 sts=2 sw=2 et ft=lua