mirror of
https://codeberg.org/FelipeLema/cmp-async-path
synced 2025-05-11 04:08:42 +00:00
after/plugin | ||
lua/cmp_path | ||
LICENSE | ||
README.md |
cmp-path
nvim-cmp source for filesystem paths.
Setup
require'cmp'.setup {
sources = {
{ name = 'path' }
}
}