summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/.vimrc30
1 files changed, 14 insertions, 16 deletions
diff --git a/.vim/.vimrc b/.vim/.vimrc
index c354965..008cbd4 100644
--- a/.vim/.vimrc
+++ b/.vim/.vimrc
@@ -3,28 +3,26 @@ runtime startup/mappings.vim
call plug#begin('~/.vim/plugged')
-""" Customization
+""" Visuals
Plug 'morhetz/gruvbox', {'rtp': 'vim'} " Color theme
-" Plug 'itchyny/lightline.vim' " Statusline and tabline for Vim
Plug 'ryanoasis/vim-devicons' " Icons on stuff like NERDTree
""" Quality of life
-Plug 'tomtom/tcomment_vim' " Toggle comments (gc, gcc)
-Plug 'Raimondi/delimitMate' " Autocomplete brackets and quotes
-Plug 'preservim/nerdtree' " Browse directories (:NERDTree)
-Plug 'mbbill/undotree' " Easily interact with undo history
-Plug 'godlygeek/tabular' " Line up text by a given character (:Tabularize /CHAR)
-Plug 'tpope/vim-eunuch' " Easy UNIX shell commands
-Plug 'alvan/vim-closetag' " Automatically add HTML closing tags
-Plug 'kien/tabman.vim' " Show open buffers
-Plug 'ervandew/supertab' " Makes <Tab> be nicer to use with Omnicompletion
+Plug 'tomtom/tcomment_vim' " Toggle comments (gc, gcc)
+Plug 'Raimondi/delimitMate' " Autocomplete brackets and quotes
+Plug 'preservim/nerdtree' " Browse directories (:NERDTree)
+Plug 'mbbill/undotree' " Easily interact with undo history
+Plug 'godlygeek/tabular' " Line up text by a given character (:Tabularize /CHAR)
+Plug 'tpope/vim-eunuch' " Easy UNIX shell commands
+Plug 'alvan/vim-closetag' " Automatically add HTML closing tags
+Plug 'kien/tabman.vim' " Show open buffers
+Plug 'ervandew/supertab' " Makes <Tab> be nicer to use with Omnicompletion
""" Software development
-Plug 'dense-analysis/ale' " Linting with LSP
-Plug 'honza/vim-snippets' " Ready snippets for some languages
-Plug 'editorconfig/editorconfig-vim' " Support for EditorConfig
-Plug 'zivyangll/git-blame.vim' " Show who last edited a line
-Plug 'wakatime/vim-wakatime' " Time tracking via wakatime.com
+Plug 'dense-analysis/ale' " Linting with LSP
+Plug 'editorconfig/editorconfig-vim' " Support for EditorConfig
+Plug 'zivyangll/git-blame.vim' " Show who last edited a line
+Plug 'wakatime/vim-wakatime' " Time tracking via wakatime.com
""" Language integration
Plug 'dNitro/vim-pug-complete', { 'for': ['jade', 'pug'] } " Pug: Omnicompletion integration