summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-11-28 22:28:19 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-11-28 22:33:12 +0100
commit541703e24e5ad590ff3aaa9f99de5f8900494ad5 (patch)
tree2c1e373a7756ee777ede6eaa66dd9e74827fff9a
parente54b20c8573acc63ba0aeecb8d5b8bd0950c0832 (diff)
downloaddotfiles-541703e24e5ad590ff3aaa9f99de5f8900494ad5.tar.gz
dotfiles-541703e24e5ad590ff3aaa9f99de5f8900494ad5.tar.bz2
dotfiles-541703e24e5ad590ff3aaa9f99de5f8900494ad5.zip
[vim] more plugins
-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!