refactor: drop nvim 0.8/0.9 compat shims from init.lua #79
No reviewers
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim!79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/drop-nvim-09-checks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
init.luacontained several guards for Neovim < 0.9 — a float previewtitle check, a
FloatTitlehighlight fallback, and a version-gatedelseifin the preview window path. These are dead code since theminimum supported version is 0.9.
Solution
Remove the three
nvim-0.9/nvim-0.8conditional blocks and theassociated deprecated
nvim_get_hl_by_namecalls. Also adds.worktrees/to
.gitignore.