diff options
Diffstat (limited to 'fnl/plugins/cmp.fnl')
-rw-r--r-- | fnl/plugins/cmp.fnl | 6 |
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} |