From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 27 Sep 2021 05:00:26 +0000 (+0530) Subject: refactor: dracula.vim -> dracula.lua X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=fea6d4205cac23a76538c80e3501fc39790f3b2a;p=nvim-plugins%2Fflatwhite.git refactor: dracula.vim -> dracula.lua --- diff --git a/colors/dracula.lua b/colors/dracula.lua new file mode 100644 index 0000000..b8f6840 --- /dev/null +++ b/colors/dracula.lua @@ -0,0 +1 @@ +require("dracula") diff --git a/colors/dracula.vim b/colors/dracula.vim deleted file mode 100644 index edad7fa..0000000 --- a/colors/dracula.vim +++ /dev/null @@ -1 +0,0 @@ -lua require("dracula")