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-21 16:15:41 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
e25b45fc3a
Branches
Tags
View all branches
SpaceVim
/
bundle
/
cmp-path
/
README.md
Wang Shidong
6dbd97087f
feat(autocomplete): add nvim-cmp support
2022-01-01 22:13:13 +08:00
136 B
Raw
Blame
History
cmp-path
nvim-cmp source for filesystem paths.
Setup
require
'cmp'
.
setup
{
sources
=
{
{
name
=
'path'
}
}
}