From df20a3d5ad601cb795498182510e3056e4a261a1 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 14 Aug 2026 22:35:40 +0200 Subject: neovim: Aktiviere cursorcolumn bei Yaml-Dateien --- nvim/ftplugin/yaml.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/ftplugin/yaml.lua (limited to 'nvim/ftplugin/yaml.lua') diff --git a/nvim/ftplugin/yaml.lua b/nvim/ftplugin/yaml.lua new file mode 100644 index 0000000..a2a37eb --- /dev/null +++ b/nvim/ftplugin/yaml.lua @@ -0,0 +1,3 @@ +local opt = vim.opt_local + +opt.cursorcolumn = true -- cgit v1.3