ZeroKnight / completion-tmux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

completion-tmux

tmux panels autocompletion source for completion-nvim

Installation

Use your favorite plugin manager to install it, and add tmux to the chain completion list:

Plug 'albertoCaroM/completion-tmux'

let g:completion_chain_complete_list = {
      \ 'default': {'comment': [], 
      \ 'default': [{'complete_items': [ 'lsp', 'tmux' ]},
      \  {'mode': '<c-p>'}, {'mode': '<c-n>'}]}}

About

License:MIT License


Languages

Language:Lua 97.0%Language:Vim Script 3.0%