Go to file
2021-09-02 12:36:15 +03:00
after/plugin Initial commit 2021-08-03 23:51:11 +09:00
lua/cmp_path move reading lines to resolve 2021-09-02 12:36:15 +03: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' }
  }
}