Skip to content

Conflict while using fzf.vim plugin #246

@xliiv

Description

@xliiv

There is some kind of conflict between

  1. editorconfig/editorconfig-vim
  2. junegunn/fzf.vim

This is the result of vim session

/./some-file

while i expect

./some-file

Steps

  1. open empty file (like vim main)
  2. type ./
  3. press <c-x><c-f> (the imap <c-x><c-f> <plug>(fzf-complete-path) binding must be in your .vimrc, see https://github.com/junegunn/fzf.vim?tab=readme-ov-file#mappings)
  4. pick some-file

The file gets extra / as aforementioned. It works OK, when I remove .editorconfig file (or comment the [*] section).
It also could be a fzf issue, but I didn't track it further. Just showing what I found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions