We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a439e commit 99bdc77Copy full SHA for 99bdc77
1 file changed
lua/dired/init.lua
@@ -389,6 +389,7 @@ UI.Window = {
389
-- Setup main buffer properties
390
vim.bo[buf].buftype = 'nofile'
391
vim.bo[buf].bufhidden = 'wipe'
392
+ vim.bo[buf].textwidth = 2000
393
vim.wo[win].wrap = false
394
vim.wo[win].number = false
395
vim.wo[win].stc = ''
0 commit comments