diff options
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 |