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:
parent
b6170773c6
commit
36c9832b9d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue