Go to file
hrsh7th 0016221b61
Merge pull request #6 from py2048/main
Fix hidden files bug
2021-09-12 01:36:03 +09:00
after/plugin Initial commit 2021-08-03 23:51:11 +09:00
lua/cmp_path Fix hidden files bug 2021-09-11 23:21:08 +07:00
README.md Add source name to README.md 2021-08-25 15:38:12 +09:00

cmp-path

nvim-cmp source for filesystem paths.

Setup

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