perf(colors): use runtime lua

SEE #12
This commit is contained in:
Iron-E 2021-06-13 11:36:29 -04:00
parent 9c15a789df
commit 9c7cdccd2e
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
lua << EOF
-- This file should be edited by the user. Read the instructions of each section and then edit them as desired. -- This file should be edited by the user. Read the instructions of each section and then edit them as desired.
--[[ Highlite, a Neovim colorscheme template. --[[ Highlite, a Neovim colorscheme template.
@ -974,5 +973,3 @@ require(vim.g.colors_name)(
-- Thanks to Romain Lafourcade (https://github.com/romainl) for the original template (romainl/vim-rnb). -- Thanks to Romain Lafourcade (https://github.com/romainl) for the original template (romainl/vim-rnb).
-- vim: ft=lua -- vim: ft=lua
EOF