diff options
author | Joe <rbo@gmx.us> | 2024-08-23 10:45:01 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-08-23 10:45:01 +0200 |
commit | 3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0 (patch) | |
tree | 57763ef5173a0763e0b34c5200d748576367ae02 /.config/nvim/lua/packs.lua | |
parent | up (diff) | |
download | dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.gz dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.bz2 dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.xz dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.tar.zst dotfiles-bsd-3f1ca76f7c0314c2972f9786758e9e7b43b7bfa0.zip |
up
Diffstat (limited to '.config/nvim/lua/packs.lua')
-rw-r--r-- | .config/nvim/lua/packs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/packs.lua b/.config/nvim/lua/packs.lua index 386f8c7..dbf3e19 100644 --- a/.config/nvim/lua/packs.lua +++ b/.config/nvim/lua/packs.lua @@ -127,7 +127,7 @@ return require('packer').startup({function(use) default_overlength = 80, grace_length = 1, highlight_to_eol = true, - disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey' }, + disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text' }, }) end }) |