feat: add vim ctrlspace plugin

This commit is contained in:
David Bell 2023-04-08 18:44:16 +01:00
parent 716e4e2902
commit b4dac85250
No known key found for this signature in database
GPG Key ID: EB8E7B08C6DE0FD7
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- File: lua/custom/plugins/ctrlspace.lua
return {
"vim-ctrlspace/vim-ctrlspace",
}