Go to file
2021-10-06 20:23:03 +09:00
after/plugin Initial commit 2021-08-03 23:51:11 +09:00
lua/cmp_path Fix #7 2021-10-06 20:23:03 +09: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' }
  }
}