diff options
author | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-04-26 00:50:04 +0300 |
---|---|---|
committer | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-04-26 00:50:04 +0300 |
commit | 8d05fcaaeb1442c709f148ff934d92900743f051 (patch) | |
tree | a766cc97461968da16baba157acc636388924983 /lua/cmake/constants.lua | |
parent | 2470bad1151fc49941c3821f187c6c232c0cec78 (diff) |
feat: command to edit variants
If there is no cmake-variants.yaml file in current directory, command creates it with default variants
Diffstat (limited to 'lua/cmake/constants.lua')
-rw-r--r-- | lua/cmake/constants.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/cmake/constants.lua b/lua/cmake/constants.lua new file mode 100644 index 0000000..fcbfea3 --- /dev/null +++ b/lua/cmake/constants.lua @@ -0,0 +1,3 @@ +return { + variants_yaml_filename = "cmake-variants.yaml", +} |