pending.nvim/lua
Barrett Ruth c69afacc87 refactor(buffer): remove opinionated window options
Problem: The plugin hardcoded number, relativenumber, wrap, spell,
signcolumn, foldcolumn, and cursorline in set_win_options, overriding
user preferences with no way to opt out.

Solution: Remove all cosmetic window options. Users who want them can
set them in after/ftplugin/pending.lua. Only conceallevel,
concealcursor, and winfixheight remain as functionally required.
2026-02-25 17:30:54 -05:00
..
pending refactor(buffer): remove opinionated window options 2026-02-25 17:30:54 -05:00