aboutsummaryrefslogtreecommitdiff
path: root/lua/cmake/autocmds.lua
diff options
context:
space:
mode:
authorDaniil Rozanov <daniilrozzanov@gmail.com>2024-04-26 03:59:48 +0300
committerDaniil Rozanov <daniilrozzanov@gmail.com>2024-04-26 03:59:48 +0300
commitebf15bdda1a1c53f4ce91681b1244e2159654ff4 (patch)
treebe27db2bdc9bc6a549a60a933c42bb3e005932a3 /lua/cmake/autocmds.lua
parentfaa0ddc045ac0deef0872a7b379d3d1ed000b8f5 (diff)
feat: better defaults
Diffstat (limited to 'lua/cmake/autocmds.lua')
-rw-r--r--lua/cmake/autocmds.lua2
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