summaryrefslogtreecommitdiffstats
path: root/.vim/ftplugin
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <robin.oburka@rossum.ai> 2023-04-27 17:12:56 +0200
committerGravatar Robin Obůrka <robin.oburka@rossum.ai> 2023-04-27 17:12:56 +0200
commit3a325ea9d0df60c391180e9a179deb336e4e5fc9 (patch)
treeb93223a2b3db268ab23c05cca6e9cc83ca2e4e70 /.vim/ftplugin
parentAdd hint or command into the quick install script (diff)
downloadvim_sync-3a325ea9d0df60c391180e9a179deb336e4e5fc9.tar.xz
ftplugin: Add rules for tomlHEADmaster
Diffstat (limited to '.vim/ftplugin')
-rw-r--r--.vim/ftplugin/toml.vim1
1 files changed, 1 insertions, 0 deletions
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