Skip to content

Let plugins control cursorline #89

@ldelossa

Description

@ldelossa

Currently, cusorline is forced by lib/panel

lua/litee/lib/panel/init.lua
472:    vim.api.nvim_win_set_option(win, 'cursorline', true)

Consider removing this and letting plugins control this behavior.

Plugins will control it by performing a vim.fn.cmd("set cursorline in their "post_window_create` callback, when registering themselves with the panel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions