feat(vim): add cmp-cmdline plugin

The config was added in ba4aca9636 but I
forgot to commit the plugin installation
This commit is contained in:
Ade Attwood 2023-11-04 17:05:44 +00:00
parent b6170773c6
commit 36c9832b9d

View file

@ -48,6 +48,7 @@ local start_plugins = {
["vim-fugitive"] = { url = "https://github.com/tpope/vim-fugitive.git" },
["vim-rhubarb"] = { url = "https://github.com/tpope/vim-rhubarb.git" },
["conjure"] = { url = "https://github.com/Olical/conjure.git" },
["cmp-cmdline"] = { url = "https://github.com/hrsh7th/cmp-cmdline.git", revision = "main" },
}
local opt_plugins = {