chore(colors): remove unecessary modeline

This modeline was used to allow syntax highlighting of Lua
in the `highlite.vim` file, but now that the file is a Lua file we don't
need to manually set the filetype.
This commit is contained in:
Iron-E 2021-06-14 13:53:16 -04:00
parent 5ff71e4b7e
commit 1cfdd87fd0
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 0 additions and 1 deletions

View File

@ -972,4 +972,3 @@ require(vim.g.colors_name)(
)
-- Thanks to Romain Lafourcade (https://github.com/romainl) for the original template (romainl/vim-rnb).
-- vim: ft=lua