feat(defaults): disable 'foldcolumn' in terminal buffers (#31480)

This commit is contained in:
Micah Halter
2024-12-06 11:19:24 -05:00
committed by GitHub
parent 1077843b9b
commit e8e3b443f8
4 changed files with 5 additions and 2 deletions

View File

@@ -495,6 +495,7 @@ do
vim.wo[0][0].number = false
vim.wo[0][0].relativenumber = false
vim.wo[0][0].signcolumn = 'no'
vim.wo[0][0].foldcolumn = '0'
-- This is gross. Proper list options support when?
local winhl = vim.o.winhighlight