From 1996ef15613f2d4773017128bba1a719a1b63a19 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sat, 20 Feb 2021 21:27:26 +0100 Subject: Move to lua based vimrc --- .vim/after/ftplugin/toml.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .vim/after/ftplugin/toml.vim (limited to '.vim/after/ftplugin/toml.vim') diff --git a/.vim/after/ftplugin/toml.vim b/.vim/after/ftplugin/toml.vim deleted file mode 100644 index 03bf098..0000000 --- a/.vim/after/ftplugin/toml.vim +++ /dev/null @@ -1,6 +0,0 @@ -" let g:neoformat_toml_tomlfix = { -" \ 'exe': 'tomlfix', -" \ 'args': ['-w'], -" \ 'replace': 1, -" \ } -" let g:neoformat_enabled_toml = ['tomlfix'] -- cgit 1.4.1