This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin('~/.local/share/nvim/site/plugged') | |
Plug 'scrooloose/nerdtree' | |
Plug 'tmhedberg/SimpylFold' | |
"Git: | |
Plug 'tpope/vim-fugitive' | |
"Ctags: | |
Plug 'craigemery/vim-autotag' | |
Plug 'ludovicchabant/vim-gutentags' | |
"Remove swap file pain | |
Plug 'gioele/vim-autoswap' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: Markdown | |
" Maintainer: [email protected] | |
" Borrowed from the one by Tim Pope <[email protected]> | |
" Filenames: *.markdown | |
" Last Change: 2015 Sep 21 | |
if exists("b:current_syntax") | |
finish | |
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin('~/.local/share/nvim/site/plugged') | |
Plug 'tpope/vim-fugitive' | |
Plug 'tpope/vim-surround' | |
Plug 'scrooloose/nerdtree' | |
Plug 'vim-syntastic/syntastic' | |
Plug 'vim-airline/vim-airline' | |
Plug 'vim-airline/vim-airline-themes' | |
Plug 'flazz/vim-colorschemes' | |
Plug 'easymotion/vim-easymotion' | |
Plug 'Valloric/YouCompleteMe' |
NewerOlder