Go to file
Nir Tzachar f3de33728e misc
2021-09-02 14:23:11 +03:00
after/plugin Initial commit 2021-08-03 23:51:11 +09:00
lua/cmp_path misc 2021-09-02 14:23:11 +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' }
  }
}