Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: clear cache | Daniil Rozanov | 2024-05-02 |
| | |||
* | feat: new commands and some refactoring | Daniil Rozanov | 2024-05-02 |
| | |||
* | feat: better defaults | Daniil Rozanov | 2024-04-26 |
| | |||
* | fix: remove debug notifications | Daniil Rozanov | 2024-04-26 |
| | |||
* | fix: better autocmds | Daniil Rozanov | 2024-04-26 |
| | | | | Correctly process case when neovim opened witn nvim CMakeLists.txt command. At the moment of first setup CMakeLists.txt does not exists, so we need to setup project on BufEnter if it was not inisialized before | ||
* | fix: typo | Daniil Rozanov | 2024-04-26 |
| | |||
* | feat: autocommands to regenerate and reset project | Daniil Rozanov | 2024-04-26 |
| | | | | One autocommand generates project after saving CMakeLists.txt, and other sets up all project after saving variants | ||
* | feat: command to edit variants | Daniil Rozanov | 2024-04-26 |
| | | | | If there is no cmake-variants.yaml file in current directory, command creates it with default variants | ||
* | feat: handle focus option | Daniil Rozanov | 2024-04-24 |
| | |||
* | fix: properly run last executable | Daniil Rozanov | 2024-04-24 |
| | |||
* | refactor: full rewrite | Daniil Rozanov | 2024-04-24 |
| | |||
* | feat: build from current variant | Daniil Rozanov | 2024-03-29 |
| | |||
* | fix: search build directories now depends on config.build_dir | Daniil Rozanov | 2024-03-18 |
| | |||
* | feat: new CMakeConfigureLast and CMakeConfigureDir commands. CMakeConfigure ↵ | Daniil Rozanov | 2024-03-18 |
| | | | | and CMakeConfigureDir now have vim.ui.* interface to edit | ||
* | feat: initial ability to configure | Daniil Rozanov | 2024-03-14 |
| | |||
* | first commit | Daniil Rozanov | 2024-03-06 |