All Projects → neoclide → denite-extra

neoclide / denite-extra

Licence: MIT license
extra useful sources for denite.nvim

Programming Languages

python
139335 projects - #7 most used programming language
Vim Script
2826 projects
shell
77523 projects

Projects that are alternatives of or similar to denite-extra

Denite.nvim
Stars: ✭ 2,014 (+3496.43%)
Mutual labels:  denite
redismru.vim
MRU plugin build for speed with async IO operation
Stars: ✭ 25 (-55.36%)
Mutual labels:  denite
denite-gtags
Denite source for GNU Global
Stars: ✭ 27 (-51.79%)
Mutual labels:  denite
denite-git
Manger list of git objects with interface of denite.nvim
Stars: ✭ 75 (+33.93%)
Mutual labels:  denite

Denite-extra

Some extra sources for denite.nvim.

Related projects:

  • denite-git git log, status and changed lines source for denite.nvim
  • ultisnips ultisnips fork with denite.nvim support
  • redismru.vim support redismru source of denite.nvim
  • todoapp.vim support todo source of denite.nvim
  • macnote.vim support note source of denite.nvim

Install

Take vim-plug for example, add:

Plug 'Shougo/denite.nvim'
Plug 'chemzqm/denite-extra'

To your .vimrc and run PlugInstall and UpdateRemotePlugins after restarted.

Note: denite.nvim requires python3+ so make sure has('python3') return true, and run:

pip3 install neovim

before you install any neovim remote plugin.

Run :CheckHealth if you get any problem.

Note: tabopen action of this source is for iTerm2 tab, which is Mac only.

Sources

  • session: for manage vim session
  • project: for manage local projects
  • commands: for manage vim commands
  • location_list: for manage vim location list
  • quickfix: for manage vim quickfix list
  • history: for manage vim history

Actions

session

  • load default action
  • delete remove selected session

project

  • open open denite file_rec of selected project
  • tabopen open selected project directory in new iTerm2 tab (Mac only)

commands

  • execute execute selected command
  • edit edit selected command

location_list

Actions of file kind

quickfix

  • cc run :cc command with selected target
  • quickfix create new quickfix list with selected targets

history

  • execute execute selected command/search
  • feedkeys feedkeys to command line
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].