diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-14 22:35:40 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-20 08:17:06 +0200 |
| commit | 701746c43cfbb807c1c032cd91f68a2f4074c035 (patch) | |
| tree | 747dd8fd75e9249b7defe818104216a8fe80e122 /nvim/ftplugin | |
| parent | c35fb91bb08f9971d757c968bf31ee1c8d690cc3 (diff) | |
| download | dotfiles-701746c43cfbb807c1c032cd91f68a2f4074c035.tar.gz dotfiles-701746c43cfbb807c1c032cd91f68a2f4074c035.tar.bz2 dotfiles-701746c43cfbb807c1c032cd91f68a2f4074c035.zip | |
neovim: Aktiviere cursorcolumn bei Yaml-Dateien
Diffstat (limited to 'nvim/ftplugin')
| -rw-r--r-- | nvim/ftplugin/yaml.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.cursorcolumn = true | ||
