Skip to content

Instantly share code, notes, and snippets.

View ciupam's full-sized avatar
🏠
Working from home

ciupam

🏠
Working from home
  • Warsaw
View GitHub Profile
call plug#begin('~/.config/nvim/plugged/')
Plug 'christoomey/vim-tmux-navigator'
Plug 'tomasiser/vim-code-dark'
Plug 'scrooloose/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'vim-airline/vim-airline'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'jiangmiao/auto-pairs'
set -s escape-time 0
set -g @plugin 'christoomey/vim-tmux-navigator'
# TPM setup
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
run -b '~/.tmux/plugins/tpm/tpm'