diff options
author | Robin Obůrka <robin.oburka@rossum.ai> | 2023-04-27 17:12:56 +0200 |
---|---|---|
committer | Robin Obůrka <robin.oburka@rossum.ai> | 2023-04-27 17:12:56 +0200 |
commit | 3a325ea9d0df60c391180e9a179deb336e4e5fc9 (patch) | |
tree | b93223a2b3db268ab23c05cca6e9cc83ca2e4e70 /.vim/ftplugin | |
parent | Add hint or command into the quick install script (diff) | |
download | vim_sync-3a325ea9d0df60c391180e9a179deb336e4e5fc9.tar.xz |
Diffstat (limited to '.vim/ftplugin')
-rw-r--r-- | .vim/ftplugin/toml.vim | 1 |
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 |