AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
995 stars 20 forks source link

Conflict of content_spec_column option #71

Open yyy33 opened 2 years ago

yyy33 commented 2 years ago

2022-07-11_17-58_1

Conflict with telescope's path_display option

      path_display = {
          shorten = {
              len = 3, exclude = {1, -1}
          },
          truncate = true,
      },
AckslD commented 2 years ago

Sorry, I never used path_display, what are you using it for and how do you expect the picker to look like?

yyy33 commented 2 years ago

对不起,我没用过 path_display,您将它用于什么以及您希望选择器的外观如何?

Mainly for telescope's other built-in commands, such as find_files, my content_spec_column shows information that seems to be truncated

AckslD commented 2 years ago

So what's the expected look in this case?

yyy33 commented 2 years ago

So what's the expected look in this case? like this Screenshot_2022-07-13-02-09-23-602