From 9c7cdccd2e3ad1e9df8af1bed736e5a118e43789 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sun, 13 Jun 2021 11:36:29 -0400 Subject: [PATCH] perf(colors): use runtime lua SEE #12 --- colors/highlite.vim => lua/colors/highlite.lua | 3 --- 1 file changed, 3 deletions(-) rename colors/highlite.vim => lua/colors/highlite.lua (99%) diff --git a/colors/highlite.vim b/lua/colors/highlite.lua similarity index 99% rename from colors/highlite.vim rename to lua/colors/highlite.lua index 3616fcd..fbbd9c5 100644 --- a/colors/highlite.vim +++ b/lua/colors/highlite.lua @@ -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. --[[ 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). -- vim: ft=lua - -EOF