Go to file
2021-12-30 13:48:24 +02:00
after/plugin Initial commit 2021-08-03 23:51:11 +09:00
lua/cmp_path Stop using goto to support Lua 5.1 2021-12-30 13:48:24 +02:00
LICENSE Create LICENSE 2021-11-10 20:30:12 +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' }
  }
}