From 3a325ea9d0df60c391180e9a179deb336e4e5fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Thu, 27 Apr 2023 17:12:56 +0200 Subject: ftplugin: Add rules for toml --- .vim/ftplugin/toml.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vim/ftplugin/toml.vim (limited to '.vim/ftplugin') diff --git a/.vim/ftplugin/toml.vim b/.vim/ftplugin/toml.vim new file mode 100644 index 0000000..4a48875 --- /dev/null +++ b/.vim/ftplugin/toml.vim @@ -0,0 +1 @@ +set expandtab tabstop=4 shiftwidth=4 spell spelllang=en -- cgit v1.2.3