-
## Expected behavior, english is recommend
Leaderf can be closed using Esc or Ctrl+g.
## Environment Information
- OS: linux
- vim version: -
- neovim version: 0.4.4
- SpaceVim version: …
-
Last week I found my vim started to be extremely slow, after using dichotomy I found ycm caused this problem.
I reinstall all vundles and it didn't work even if I used ycm only.
I read some SO quest…
-
Found tagbar.py and tagedit.py in `/gui/widgets`.
Can we move this to pocs ? They are not documented nor imported elsewhere.
ysard updated
4 years ago
-
I'm using u-ctags, which does support typescript:
```
$ /usr/local/bin/ctags --list-kinds-full=typescript
#LETTER NAME ENABLED REFONLY NROLES MASTER DESCRIPTION
C constant yes no…
-
Tagbar is displaying tags for Python code like this:
```
MyClass : class
__init__ : function
my_method : function
```
How can I remove the tag types and show only names?
```
MyClass
…
-
Hello all,
firstly I'd like to thank all of the contributors here for the great work. I hope that one of you can help with set up a simple support for a new (very simple) language.
I have tried …
-
The use-case is that I have list of files in a folder that I can for example create a hidden file `.targod` to list markers for each file in that folder to be marked that I can trigger tarbar to read …
ghost updated
4 years ago
-
by pressing space key, the user can see the full prototype of field and methods, is it possible for tag bar to show the full prototype by default without the user pressing space? Thank you
-
Hi, thanks for the plugin.
I've never used Vim plugins much myself, just wondering if this plugin is something related to [Tag List](http://vim-taglist.sourceforge.net/index.html) ("the top-rated and…
bam80 updated
4 years ago
-
Hi,
when I use tagbar, error happened like below:
Tagbar: Ctags doesn't seem to be Exuberant Ctags!
BSD ctags will NOT WORK. Please download Exuberant Ctags from ctags.sourceforge.net and instal…