refactor(command): Remove vimscript

dev
nullchilly 2 years ago
parent c9edb905d3
commit b31738cd74

@ -88,9 +88,6 @@ local function inspect(t)
end
function util.compile()
if vim.fn.has "nvim-0.7" == 0 then
print "Compiling requires neovim 0.7"
end
local theme = require("catppuccin.core.mapper").apply()
local lines = { [[
-- This file is autogenerated by CATPPUCCIN.

Loading…
Cancel
Save