From b29810c784fc30f356d9937fdfedd1b0db318b94 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 5 Sep 2019 11:50:01 -0400 Subject: vim: add toml syntax --- templates/.vimrc | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3