1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 01:27:53 +08:00

16 lines
136 B
Markdown
Raw Normal View History

# cmp-path
nvim-cmp source for filesystem paths.
# Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'path' }
}
}
```