cmp-path icon indicating copy to clipboard operation
cmp-path copied to clipboard

nvim-cmp source for path

Results 40 cmp-path issues
Sort by recently updated
recently updated
newest added

cmp-path requires nvim-cmp at init, because of this I can't use this plugin as `requires` (dependency of nvim-cmp) in packer.nvim How about extract some nvim-cmp types into a new plugin-library...

It seems that the plugin only matches paths starting with `.` or `/` or `~`. I'd like to have completion for any relative path, even if it starts with a...

This PR attempts to address #8 Only forward slashes will be supported as that is what the rest of this plugin relies on

Greetings, I noticed that pressing `` on the Cmdline mode stopped working, even though `wildmenu` was set to on. I thought the mappings were the culprit and using `:verbose map...

for example, there's project under c:\workspace\project 1\src. When I typing 'tabnew c:\workspace\project ', it won't sugguest 'c:\workspace\project 1', but files under cwd. When I typing 'tabnew c:\workspace\project\ ', trying to...

for example, I type `:e c: ` or `:e c:/ ` it prompts like this: ![image](https://user-images.githubusercontent.com/23232136/148180113-0ed3b8e2-9a91-42a5-9232-bff79a915172.png) I type `:e c:\ ` it prompts like this: ![image](https://user-images.githubusercontent.com/23232136/148180271-346a40c7-21b6-4dcb-8e66-4be4256727fd.png)

Hi. In C++, in insert mode, if I start typing like: ```cpp mDeltaTime = (SDL_GetTicks( ) - mLastTime) * (TARGET_FPS / 1000.0F); ^-- If I press / ``` When I...

Hi there! I've faced issue, possibly related to my (probably wrong) workflow, but I don't know how to fix it properly: I've "path" source enabled in "global" sources (I mean,...

can't understand

Is it possible to exclude file extensions from the suggestions in the case of import statements in TypeScript?

There is completion for a directory such as "C:\directory\" I will see all of the subdirectories, but for a directory such as "C:\spaced directory\" I will not get any completion...