diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2023-04-20 10:29:02 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2023-04-20 10:29:02 +0200 |
commit | 33ffa3e34c0ae60b638a8cd1097a73d1e6140216 (patch) | |
tree | b3427c7dd52e8b84316dbd2d1d1b823b831909b6 /.vim/ftplugin | |
parent | 24dce9340cc2bc03a468efada78bd7e9eeb97bfe (diff) |
Diffstat (limited to '.vim/ftplugin')
-rw-r--r-- | .vim/ftplugin/markdown.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/ftplugin/markdown.vim b/.vim/ftplugin/markdown.vim new file mode 100644 index 0000000..9323a65 --- /dev/null +++ b/.vim/ftplugin/markdown.vim @@ -0,0 +1,6 @@ +setlocal textwidth=0 +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 +setlocal expandtab +setlocal cursorcolumn cursorline |