Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanl committed Jul 13, 2021
1 parent 46aa48a commit df1bd75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion neovim/general/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
" Run :PlugInstall after updating

call plug#begin(stdpath('data') . '/plugged')

" Shorthand notation; fetches https://github.com/junegunn/vim-easy-align
" Plug 'junegunn/vim-easy-align'
" Any valid git URL is allowed
Expand Down Expand Up @@ -35,6 +34,14 @@ let g:ctrlp_user_command = {
\ }
let g:ctrlp_working_path_mode = 0 " respect changes in pwd

Plug 'tomtom/tcomment_vim'

" Align text using delimiters.
" Eg, highlight lines with | separators and type 'Tab /|'
Plug 'godlygeek/tabular'

Plug 'tpope/vim-surround'

" *** Solarized ***
Plug 'overcache/NeoSolarized'

Expand Down

0 comments on commit df1bd75

Please sign in to comment.