auto-cursorline.nvim
auto-cursorline.nvim copied to clipboard
Show / hide cursorline automatically
auto-cursorline.nvim
Show / hide cursorline in connection with cursor moving.
What's this?
This plugin manages the 'cursorline'
option to show only when you need.
NOTE: This plugin is for Neovim (>= 0.7.0) only. NOTE: This is a Lua version of vim-auto-cursorline.
Install
In case, you use packer.nvim.
require("packer").startup(function()
use {
"delphinus/auto-cursorline.nvim",
config = function()
require("auto-cursorline").setup {}
end,
}
end)
For usage and other settings, see the doc.