1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 00:45:42 +08:00

cmp-path

nvim-cmp source for filesystem paths.

Setup

require'cmp'.setup {
  sources = {
    { name = 'path' }
  }
}