tracyone

Results 20 issues of tracyone

```vim let g:clighter8_libclang_path='/Library/Developer/CommandLineTools/usr/lib/libclang.dylib' ``` 2017-12-27 21:41:48,810 - INFO - server start at 127.0.0.1:8787 2017-12-27 21:41:48,852 - INFO - accept a vim client 2017-12-27 21:41:48,854 - INFO - config libclang path...

ccglue:ccglue-0.6.0 compile from source Lubuntu 14.04 LTS 32bit **CCTREE vim config** ``` vim let g:CCTreeKeyTraceForwardTree = '>' "the symbol in current cursor's forward tree let g:CCTreeKeyTraceReverseTree = '

I can see "No definition found" message if LspDefinition can find any definiton, but how to know this in vim script? I have tried following, but neither of it working...

multiple statusline plugin for user

enhancement

fun.vim收集的游戏越来越多,单纯的记快捷键或者命令不太合理

vim,neovim更新都很大,vim是朝着vim9进化,neovim是支持lua,加上各大插件的修改 昨天一更新,又有几个插件不能工作或者不能兼容,必须回退到某个tag才行,所以产生了这样的想法,来一次集中式的检查,找出插件们的稳定版本,另外就是也对vim的版本进行有效限制或者提示。

In every git repos: There are some shell scripts in `.git/hooks/`. One of these script is `pre-commit` which is used to detect coding style of codes that is going to...

enhancement
help wanted

We always use ctrl-p and ctrl-n to browse history of cmd

example ```c struct xx_t { int a; int b }; int main(){ struct xx_t var; var. //when i type dot, nothing popup, I have to press tab or type 2...