diff options
author | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-04-26 03:59:48 +0300 |
---|---|---|
committer | Daniil Rozanov <daniilrozzanov@gmail.com> | 2024-04-26 03:59:48 +0300 |
commit | ebf15bdda1a1c53f4ce91681b1244e2159654ff4 (patch) | |
tree | be27db2bdc9bc6a549a60a933c42bb3e005932a3 /lua/cmake/autocmds.lua | |
parent | faa0ddc045ac0deef0872a7b379d3d1ed000b8f5 (diff) |
feat: better defaults
Diffstat (limited to 'lua/cmake/autocmds.lua')
-rw-r--r-- | lua/cmake/autocmds.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/cmake/autocmds.lua b/lua/cmake/autocmds.lua index 4b5b479..deb193d 100644 --- a/lua/cmake/autocmds.lua +++ b/lua/cmake/autocmds.lua @@ -28,7 +28,7 @@ function autocmds.setup() desc = "Generate project after saving CMakeLists.txt", }) end - --NOTE: this autocmd was written only to handle very rarely case when inside directory + --NOTE: this autocmd was written only to handle very rare case when inside directory --without CMakeLists.txt neovim starts like `nvim CMakeLists.txt`. In this case initial --setup will not make the affect and to correctry process the file save, we need to create --this autocommand so it reinitializes the project if it has not been done before. IMHO this |