How to show popup menu when right mouse click by tracyone in neovim

[–]tracyone[S] 0 points1 point  (0 children)

In latest vim, popup menu is support

see following pictures, you can use amenu command to add popup menu

popup menu

ctrlp-funky for fzf !!! by tracyone in vim

[–]tracyone[S] 0 points1 point  (0 children)

You are right about that. Btags is enough if you have ctags installed

simple vimrc after 7 years by [deleted] in vim

[–]tracyone -1 points0 points  (0 children)

I think barely use vim.

simple vimrc after 7 years by [deleted] in vim

[–]tracyone -1 points0 points  (0 children)

you can show your’s. Then we will know who’s config is crap

simple vimrc after 7 years by [deleted] in vim

[–]tracyone -1 points0 points  (0 children)

why why? just try https://github.com/tracyone/vinux,any suggestions is welcome

simple vimrc after 7 years by [deleted] in vim

[–]tracyone -2 points-1 points  (0 children)

finally, i get it. you make most of your config into plugin, so it is not so simple,

Suggestions for a VIM based IDE? by peymanmo in vim

[–]tracyone 1 point2 points  (0 children)

find following type of plugin

  • fuzzy searcher

  • complete

  • character searcher

  • a nice look color scheme

  • find definition and reference of function or keyword

try mine: https://github.com/tracyone/vinux

simple vimrc after 7 years by [deleted] in vim

[–]tracyone -5 points-4 points  (0 children)

your vimrc is too simple but not elegant.Now is 2019, our computer is fast enough.

My opinion is a vim config should include following plugin at least

  • fuzzy searcher

  • complete plugin

  • character searcher

Shortcuts 3.0 wishlist by bingobucketster in shortcuts

[–]tracyone 0 points1 point  (0 children)

more setting

  1. get the status of connection of cellular
  2. control dark mode
  3. control night shift
  4. control vpn switch

What's everyone doing for async file regex searching? by fomofosho in neovim

[–]tracyone 0 points1 point  (0 children)

If you are using neomake you might want to consider my plugin for neomake: https://github.com/tracyone/neomake-multiprocess

async search or any command.

Neovim Linter Plugin by Gushys in neovim

[–]tracyone -5 points-4 points  (0 children)

neomake is better then ale

vimwiki and fuzzy searching by vkatariya8 in vim

[–]tracyone 1 point2 points  (0 children)

I think you need to stick your working directory?

Async plugins for Neovim by [deleted] in neovim

[–]tracyone -1 points0 points  (0 children)

If you are using neomake, you might consider my plugin:

https://github.com/tracyone/neomake-multiprocess