Add tmux plugin for vim
This commit is contained in:
parent
dba69bddb1
commit
cf26a631a1
1 changed files with 13 additions and 0 deletions
|
@ -19,6 +19,9 @@ Plug 'https://github.com/preservim/nerdtree' " File tree
|
|||
Plug 'https://github.com/preservim/tagbar' " Tagbar
|
||||
Plug 'https://github.com/terryma/vim-multiple-cursors' " Multiple cursors
|
||||
Plug 'https://github.com/vim-airline/vim-airline' " Status bar theme
|
||||
Plug 'https://github.com/nvim-lua/plenary.nvim' " Plenary
|
||||
Plug 'https://github.com/nvim-telescope/telescope.nvim' " Finder
|
||||
Plug 'https://github.com/tmux-plugins/vim-tmux' " Tmux plugin
|
||||
call plug#end()
|
||||
|
||||
" NERDTree keybindings
|
||||
|
@ -43,3 +46,13 @@ let g:airline_symbols.branch = ''
|
|||
let g:airline_symbols.readonly = ''
|
||||
let g:airline_symbols.linenr = ' LN '
|
||||
let g:airline_symbols.colnr = ' CN '
|
||||
|
||||
" Vim sence (discord) settings
|
||||
let g:vimsence_client_id = '630440518567854110'
|
||||
let g:vimsence_small_text = 'NeoVim'
|
||||
let g:vimsence_small_image = 'neovim'
|
||||
let g:vimsence_editing_details = 'Editing: {}'
|
||||
let g:vimsence_editing_state = 'Working on: {}'
|
||||
let g:vimsence_file_explorer_text = 'In NERDTree'
|
||||
let g:vimsence_file_explorer_details = 'Looking for files'
|
||||
let g:vimsence_custom_icons = {'filetype': 'iconname'}
|
||||
|
|
Loading…
Reference in a new issue