cmp-path
cmp-path copied to clipboard
nvim-cmp source for path
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:  I type `:e c:\ ` it prompts like this: 
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,...
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...