我是lua配置的新手,当我为括号设置我的自动对子时,一切都正常,但我得到了一个随机屏幕,就像我用一堆函数列表打印到它一样。我的理解是,这是从github下载的,有任何方法来修复或禁用这个。正如我说过的,所有的功能都像预期的那样工作。
{
after_regex = <function 1>,
after_regex_check = <function 1>,
after_text = <function 2>,
after_text_check = <function 2>,
before_regex = <function 3>,
before_regex_check = <function 3>,
before_text = <function 4>,
before_text_check = <function 4>,
done = <function 5>,
invert = <function 6>,
is_bracket_in_quote = <function 7>,
is_bracket_line = <function 8>,
is_bracket_line_move = <function 9>,
is_end_line = <function 10>,
is_inside_quote = <function 11>,
move_right = <function 12>,
none = <function 13>,
not_add_quote_inside_quote = <function 14>,
not_after_regex = <function 15>,
not_after_regex_check = <function 15>,
not_after_text = <function 16>,
not_after_text_check = <function 16>,
not_before_char = <function 17>,
not_before_regex = <function 18>,
not_before_regex_check = <function 18>,
not_before_text = <function 19>,
not_before_text_check = <function 19>,
not_filetypes = <function 20>,
-- More --我的文件结构是
nvim
|_plugin
|_theme.lua
|_pair.lua
|_lua
|_init.lua
|packer.lua
|_remap.lua
|_set.lua发布于 2022-11-28 01:40:00
回答
我明白了,我是有点傻。
lua设置上的
https://stackoverflow.com/questions/74595127
复制相似问题