diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-09 23:37:44 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-09 23:37:44 +0200 |
commit | 1724e5954c7559bb3ab9d9993c28510f1d62d1fd (patch) | |
tree | a82ac75227063605c27b2691900e149cd0c0b14f /fnl/plugins | |
parent | 31e0100c3a2f76506ab72c46e53f44961297dacb (diff) |
Replace nvim-cmp with magazine
Diffstat (limited to 'fnl/plugins')
-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} |