This website requires JavaScript.
Explore
Help
Register
Sign In
Gaze
/
SpaceVim
Watch
1
Star
0
Fork
0
You've already forked SpaceVim
mirror of
https://github.com/SpaceVim/SpaceVim.git
synced
2025-03-11 00:45:42 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
1470aa788a
Branches
Tags
View all branches
SpaceVim
/
bundle
/
cmp-path
History
Wang Shidong
6dbd97087f
feat(autocomplete): add nvim-cmp support
2022-01-01 22:13:13 +08:00
..
after
/plugin
feat(autocomplete): add nvim-cmp support
2022-01-01 22:13:13 +08:00
lua
/cmp_path
feat(autocomplete): add nvim-cmp support
2022-01-01 22:13:13 +08:00
LICENSE
feat(autocomplete): add nvim-cmp support
2022-01-01 22:13:13 +08:00
README.md
feat(autocomplete): add nvim-cmp support
2022-01-01 22:13:13 +08:00
README.md
cmp-path
nvim-cmp source for filesystem paths.
Setup
require
'cmp'
.
setup
{
sources
=
{
{
name
=
'path'
}
}
}