summaryrefslogtreecommitdiff
path: root/lua/ache/plugins/nvim-cmp.lua
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-04-01 07:13:11 +0200
committerache <ache@ache.one>2026-04-01 07:13:11 +0200
commit71f7f2d6ecbc1a593e6db5c4ffba2e2512857764 (patch)
tree37cb46d811b4589f532a7ab99c59d9ad00a780fd /lua/ache/plugins/nvim-cmp.lua
parentfeat: keymap to replace by clipboard (diff)
docs: Comments on what to do next
Diffstat (limited to 'lua/ache/plugins/nvim-cmp.lua')
-rw-r--r--lua/ache/plugins/nvim-cmp.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/ache/plugins/nvim-cmp.lua b/lua/ache/plugins/nvim-cmp.lua
index b6918ef..5a63ab1 100644
--- a/lua/ache/plugins/nvim-cmp.lua
+++ b/lua/ache/plugins/nvim-cmp.lua
@@ -2,6 +2,8 @@
-- Completion with snippets and LSP and all...
--
-- Very good.
+--
+-- TODO: Should check <saghen/blink.cmp>
--]
return {
"hrsh7th/nvim-cmp",