We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, cusorline is forced by lib/panel
cusorline
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.
vim.fn.cmd("set cursorline
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently,
cusorline
is forced by lib/panelConsider 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.The text was updated successfully, but these errors were encountered: