summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-10-09 23:37:44 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-10-09 23:37:44 +0200
commit1724e5954c7559bb3ab9d9993c28510f1d62d1fd (patch)
treea82ac75227063605c27b2691900e149cd0c0b14f /fnl/plugins
parent31e0100c3a2f76506ab72c46e53f44961297dacb (diff)
Replace nvim-cmp with magazine
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/cmp.fnl6
1 files changed, 5 insertions, 1 deletions
diff --git a/fnl/plugins/cmp.fnl b/fnl/plugins/cmp.fnl
index 28c330c..dd8b4c1 100644
--- a/fnl/plugins/cmp.fnl
+++ b/fnl/plugins/cmp.fnl
@@ -59,4 +59,8 @@
{:name :cmdline
:option {:ignore_cmds [:Man "!"]}}]})))
-{1 :hrsh7th/nvim-cmp : dependencies :event :InsertEnter : config}
+{1 :iguanacucumber/magazine.nvim
+ :name :nvim-cmp
+ : dependencies
+ :event :InsertEnter
+ : config}