diff options
author | joe <rbo@gmx.us> | 2025-09-01 16:53:54 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-01 16:53:54 +0200 |
commit | 1aaf330d240a871e3fa2dd8487b31eb8f75686b5 (patch) | |
tree | d01d36dfbf94bcfabf4d28f8b3028831031e4b68 /.config/nvim | |
parent | up (diff) | |
download | dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.gz dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.bz2 dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.xz dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.tar.zst dotfiles-bsd-1aaf330d240a871e3fa2dd8487b31eb8f75686b5.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index 5041634..2b8d66d 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -83,7 +83,7 @@ require('lazy').setup({ default_overlength = 80, grace_length = 1, highlight_to_eol = true, - disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', '' } + disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', 'sh', '' } } end }, |