mirror of https://github.com/hrsh7th/cmp-path
81518cf6ae
Get filetype for unsupported FS |
||
---|---|---|
after/plugin | ||
lua/cmp_path | ||
LICENSE | ||
README.md |
README.md
cmp-path
nvim-cmp source for filesystem paths.
Setup
require'cmp'.setup {
sources = {
{ name = 'path' }
}
}