From 5c45e250f325eb6fa7fd8bb2d57d22df6e88450a Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 1 Oct 2020 13:58:45 +0200 Subject: [PATCH] Added toml syntax plugin --- nvim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/init.vim b/nvim/init.vim index 471447d..c30e6d1 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -40,6 +40,8 @@ Plug 'junegunn/vim-peekaboo' Plug 'alfredodeza/pytest.vim' +Plug 'cespare/vim-toml' + Plug 'git@gitlab.softwareparadies.de:IDE/swp-vim.git' call plug#end()