Results 17 issues of Epheien

cscope has not been updated for a long time, so supporting gtags is a must-do

plugin/* will not loaded when it modify rtp in autocmd, such as: ```vim autocmd FileType * ++once set rtp+=~/myconf/vim/pckr/opt/nvim-lspconfig ``` so pckr need to load them I try to use...

- `nvim --version`: 0.10 - `git --version`: 2.24.3 - Operating system/version: macOS Catalina 10.15.7 19H2026 x86_64 - Terminal name/version: alacritty ### Steps to reproduce - `$ mkdir plugin1/plugin -p` -...

bug

### Problem when I open nvim with "nvim xxx.lua", BufRead autocmd can not trigger ### Steps to reproduce ```shell $ echo "syntax on | autocmd BufRead * :echomsg 'BufRead'" >...

bug
runtime
syntax
events

我在用`Asyncrun make`的时候, quickfix滚动到最后, 但是我经常无法反应过来这到底是有错误还是没有错误, 因为没有错误的时候, 是没有 "with code ?" 的, 所以我把日志统一了, 这样我只要看最后那一行是不是有 0 字样, 就知道是否执行成功了. 当然, 最有辨识度的方法就是这行日志在非0退出码的时候以错误颜色显示, 但是quick fix貌似没啥好办法做自己的语法高亮了 (可以考虑用matchadd()的方式?)

当前leaderf的输入框的粘贴只有 ctrl-v 的方式, 但是如果我是在ssh的环境下, 本地复制后要粘贴到终端,在leaderf的输入框用ctrl-v是无法实现的, 用 cmd-v 粘贴反而会插入到当前缓冲区. 而telescope是可以随便粘贴的, 这种ssh场景下, 从本地剪切板复制的场合是很常见的, 麻烦修复一下

### Is your feature request related to a problem? Please describe. A considerable number of plugins have their own highlight colors that are suitable for linking to some regular highlight...