diff options
author | Ben Burwell <ben@benburwell.com> | 2019-09-05 11:50:01 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-09-05 11:50:01 -0400 |
commit | b29810c784fc30f356d9937fdfedd1b0db318b94 (patch) | |
tree | 687c8de39e80593a7639fc74e67817a53224ea48 | |
parent | 9f1466a8fb7c14a3d522d16f8accf6d4d47d440d (diff) |
vim: add toml syntax
-rw-r--r-- | templates/.vimrc | 1 |
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' |