summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 9bb4278..420f8a6 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -58,5 +58,11 @@ Plugin 'vim-python/python-syntax'
" Latex
Plugin 'lervag/vimtex'
+" Go
+Plugin 'fatih/vim-go'
+
+" TOML
+Plugin 'cespare/vim-toml'
+
call vundle#end()
filetype plugin indent on " required!