mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
.. | ||
after/plugin | ||
lua/cmp_path | ||
LICENSE | ||
README.md |
cmp-path
nvim-cmp source for filesystem paths.
Setup
require'cmp'.setup {
sources = {
{ name = 'path' }
}
}