diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-08 17:25:42 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-08 17:25:42 +0100 |
| commit | 1f2dad0be57a20bca63b251d0b22c57839a6f794 (patch) | |
| tree | 56844c50cfc60b54b5a8b886113de3e95b551f5e /nvim/ftplugin/sh.lua | |
| parent | cab771e6d1cc578e956f8bd9e3544cd0502b65a9 (diff) | |
| download | dotfiles-1f2dad0be57a20bca63b251d0b22c57839a6f794.tar.gz dotfiles-1f2dad0be57a20bca63b251d0b22c57839a6f794.tar.bz2 dotfiles-1f2dad0be57a20bca63b251d0b22c57839a6f794.zip | |
Neovim: Benutze conform.nvim als Standard-Formater
Diffstat (limited to 'nvim/ftplugin/sh.lua')
| -rw-r--r-- | nvim/ftplugin/sh.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/ftplugin/sh.lua b/nvim/ftplugin/sh.lua new file mode 100644 index 0000000..cda52f1 --- /dev/null +++ b/nvim/ftplugin/sh.lua | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | local opt = vim.opt_local | ||
| 2 | |||
| 3 | opt.expandtab = true | ||
| 4 | opt.shiftwidth = 2 | ||
