From 6184ca819279c7e44f470a731fcca3d469f40a01 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Mon, 18 Mar 2024 01:49:23 +0300 Subject: feat: new CMakeConfigureLast and CMakeConfigureDir commands. CMakeConfigure and CMakeConfigureDir now have vim.ui.* interface to edit --- lua/cmake-explorer/constants.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lua/cmake-explorer/constants.lua (limited to 'lua/cmake-explorer/constants.lua') diff --git a/lua/cmake-explorer/constants.lua b/lua/cmake-explorer/constants.lua deleted file mode 100644 index 3a6fb1f..0000000 --- a/lua/cmake-explorer/constants.lua +++ /dev/null @@ -1,7 +0,0 @@ -local Enum = require("overseer.enum") - -local M = {} - -M.TAG = Enum.new({ "CONFIGURE", "BUILD", "INSTALL", "TEST", "PACK" }) - -return M -- cgit v1.2.3