aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniil Rozanov <daniilrozzanov@gmail.com>2024-05-07 22:12:01 +0300
committerDaniil Rozanov <daniilrozzanov@gmail.com>2024-05-07 22:12:01 +0300
commit5854acabba7f9301f666b570803609ee865f3f31 (patch)
tree54918d0e98f2a14e186e4bb96c633f53ba9d5ee1 /README.md
parent6b1ccff95c47b78da2cd5ac5650279c160599fbf (diff)
chore: install example in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49c13fd..a660a32 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,18 @@ installing (WIP) and packaging (WIP) a project.
In addition, it provides a way to navigate through the project in terms of CMake, for example, displaying a list
of targets, projects, directories and entities dependent on them (WIP).
+# Install
+
+With Lazy.nvim do
+```lua
+{
+ 'daniilrozanov/cmake.nvim',
+ lazy = false,
+ opts = {--[[...]]}
+}
+```
+Since the plugin is asynchronous, you don't have to lazily load it. Loading time in a directory with a project such as ranges v3 is about 4 ms.
+
## TODO
- [ ] Support CMake Presets