Go to file
hrsh7th 81518cf6ae
Merge pull request #14 from eonpatapon/fs-compat
Get filetype for unsupported FS
2021-11-20 12:38:52 +09:00
after/plugin Initial commit 2021-08-03 23:51:11 +09:00
lua/cmp_path Get filetype for unsupported FS 2021-11-15 09:16:41 +01: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

README.md

cmp-path

nvim-cmp source for filesystem paths.

Setup

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