/cmp-path

nvim-cmp source for path

Primary LanguageLuaMIT LicenseMIT

cmp-path

nvim-cmp source for filesystem paths.

Setup

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