From 338e5f207827dbf91422b3884816c8346f8c4f32 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 5 Jan 2022 11:05:41 +0100 Subject: .vim/ftplugin: set cursor column and line for yaml files --- .vim/ftplugin/yaml.vim | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf