1 مستودع
Binds mouse click events to close editor buffers via Neovim's UI event handling system.
Distinct from Event Binding: Distinct from Event Binding: focuses on closing editor buffers via mouse clicks, not general DOM or UI event binding.
Explore 1 awesome GitHub repository matching web development · Buffer Close Bindings. Refine with filters or upvote what's useful.
bufferline.nvim is a buffer line plugin for Neovim that provides a visual tab bar at the top of the editor to display open buffers. It functions as a workspace organizer and tabpage management interface, allowing users to switch the display mode between individual open buffers and global tabpages. The project features an LSP diagnostic visualizer that maps language server errors and warnings directly onto the buffer tabs. It enables UI customization through adjustable tab shapes and underline indicators to emulate the appearance of graphical text editors. The plugin includes capabilities for
Provides clickable close buttons on buffer tabs that close files via mouse interaction.