The following codes are all of what I need to write to install Command-T as a user of vim-plug.
# config.lua
### In the block of vim.call
Plug 'wincent/command-t'
### In the outside of vim.call
### declare to use Lua
require('wincent.commandt').setup()
$ cd /path/to/plugged/command-t/lua/wincent/commandt/lib
$ make
P.S.
My instant feedback of this plugin:
- Cannot search with ultimate pass?
- From /home, it take like about 1s to show the search bar
- How to write less everytime I call (default is |:CommandT|
Top comments (0)