Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问能不能添加4字上屏,加一个启动的按键,比如需要的时候就启动,不需要就中文。 #3

Open
Leiyi548 opened this issue Jul 27, 2022 · 2 comments

Comments

@Leiyi548
Copy link

感谢作者的插件,用起来很舒服,原生的小鹤音形是4字能够自动上屏的,如果这个也行的话,那就更完美了。
现在有几个缺点:

  1. 比如在markdown文档的时候,中英文混合输入总是会有问题,动不动就容易打错。
  2. 如果空格上屏想打空格,就需要关闭cmp 再打。
  3. 希望能够有个启动。这样更好。
@wasden
Copy link
Owner

wasden commented Nov 17, 2022

你好:

  1. 自动上屏
    这个支持不了,这个插件是cmp的插件,cmp不支持
  2. 中英文混合输入总是会有问题
    这个能举例吗
  3. 空格上屏想打空格
    可以使用其他键在空格上屏时打空格,如 ctrl+空格
          -- 把<C-Space>映射成空格,然后在cmp配置这个键不处理
          ["<C-Space>"] = cmp.mapping(function(fallback)
            fallback()
          end,
    
    1. 希望能够有个启动
      指的是开关这个功能吗,后续有空会考虑的

@dirichy
Copy link

dirichy commented Jul 28, 2024

自动上屏可以考虑结合luasnip,用autosnip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants