aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-09-05 11:50:01 -0400
committerBen Burwell <ben@benburwell.com>2019-09-05 11:50:01 -0400
commitb29810c784fc30f356d9937fdfedd1b0db318b94 (patch)
tree687c8de39e80593a7639fc74e67817a53224ea48
parent9f1466a8fb7c14a3d522d16f8accf6d4d47d440d (diff)
vim: add toml syntax
-rw-r--r--templates/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/.vimrc b/templates/.vimrc
index 91b5367..d93dfa4 100644
--- a/templates/.vimrc
+++ b/templates/.vimrc
@@ -23,6 +23,7 @@ set hlsearch
call plug#begin('~/.local/share/nvim/plugged')
Plug 'PotatoesMaster/i3-vim-syntax'
+Plug 'cespare/vim-toml'
Plug 'chr4/nginx.vim'
Plug 'chrisbra/csv.vim', {'for' : 'csv'}
Plug 'chrisbra/Colorizer'