diff --git a/lua/catppuccin/utils/util.lua b/lua/catppuccin/utils/util.lua index 0459f3e..8515e32 100644 --- a/lua/catppuccin/utils/util.lua +++ b/lua/catppuccin/utils/util.lua @@ -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.