diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-14 22:35:40 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-14 22:35:40 +0200 |
| commit | df20a3d5ad601cb795498182510e3056e4a261a1 (patch) | |
| tree | c416662ace839cb2a8c1e6fb4f54063b12ddf4f8 /nvim/ftplugin | |
| parent | bdc80dabce5e46945ca34ccf74861371485ac2f2 (diff) | |
| download | dotfiles-df20a3d5ad601cb795498182510e3056e4a261a1.tar.gz dotfiles-df20a3d5ad601cb795498182510e3056e4a261a1.tar.bz2 dotfiles-df20a3d5ad601cb795498182510e3056e4a261a1.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 | ||
