summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/packs.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/nvim/lua/packs.lua2
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
})