Skip to content

Releases: xvzc/bufsitter.nvim

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 02:59
f16bb27

0.1.0 (2026-04-22)

Features

  • add features section to README (74bbd70)
  • add min_width/min_height, row/col defaults, trim_end option, and io comments (08eca74)
  • add texts filter to cursor opts and update README usage example (266c9e9)
  • add texts filter to cursor opts and update README with usage example (62ddd62)
  • center floating window and support ratio-based width/height (a3c916c)
  • initial public release (fb223b6)
  • resize floating window on VimResized (7329d35)
  • sync version.txt with manifest baseline (d429000)

Bug Fixes

  • access config via require('bufsitter').config directly (01b1617)
  • apply copilot review suggestions (a60f6ed)
  • guard setup() with vim.g.bufsitter_loaded to prevent config reset on reload (cc30501)
  • initialize M.config with defaults at module load time (65116e0)