diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-01-05 11:05:41 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-01-05 11:05:41 +0100 |
commit | 338e5f207827dbf91422b3884816c8346f8c4f32 (patch) | |
tree | 2483aae8588ef84a85dcea4ee5f3533c17816209 | |
parent | 083ff6ca54160b68865478100241f079d580587a (diff) |
.vim/ftplugin: set cursor column and line for yaml files
-rw-r--r-- | .vim/ftplugin/yaml.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim index 1ab36a0..9323a65 100644 --- a/.vim/ftplugin/yaml.vim +++ b/.vim/ftplugin/yaml.vim @@ -3,3 +3,4 @@ setlocal tabstop=2 setlocal softtabstop=2 setlocal shiftwidth=2 setlocal expandtab +setlocal cursorcolumn cursorline |