diff options
author | joe <rbo@gmx.us> | 2025-09-30 10:01:59 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-30 10:01:59 +0200 |
commit | f14cac73496a00efe7901ff528569c7847f5aa4b (patch) | |
tree | 782f1248131140df9ffc83e2b15e13426c0a2d85 /.config/nvim | |
parent | up (diff) | |
download | dotfiles-bsd-f14cac73496a00efe7901ff528569c7847f5aa4b.tar.gz dotfiles-bsd-f14cac73496a00efe7901ff528569c7847f5aa4b.tar.bz2 dotfiles-bsd-f14cac73496a00efe7901ff528569c7847f5aa4b.tar.xz dotfiles-bsd-f14cac73496a00efe7901ff528569c7847f5aa4b.tar.zst dotfiles-bsd-f14cac73496a00efe7901ff528569c7847f5aa4b.zip |
herbe
Diffstat (limited to '.config/nvim')
-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 e1b5533..4a54c04 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', 'sh', 'make', '' } + disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', 'sh', 'make', 'crontab', '' } } end }, |