diff options
author | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-03-18 01:49:23 +0300 |
---|---|---|
committer | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-03-18 01:49:23 +0300 |
commit | 6184ca819279c7e44f470a731fcca3d469f40a01 (patch) | |
tree | 4f51162ca534935c2cbbf404c08ea1c51359340b /lua/cmake-explorer/constants.lua | |
parent | d36594025727d32b6580f188a4c0476aaeecfd77 (diff) |
feat: new CMakeConfigureLast and CMakeConfigureDir commands. CMakeConfigure and CMakeConfigureDir now have vim.ui.* interface to edit
Diffstat (limited to 'lua/cmake-explorer/constants.lua')
-rw-r--r-- | lua/cmake-explorer/constants.lua | 7 |
1 files changed, 0 insertions, 7 deletions
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 |