blob: 19839cedc462b37aa440f3676b28f504f8548861 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
return {
"ya2s/nvim-cursorline",
opts = {
cursorline = { enable = false }, -- I don't want this plugin fucking with my cursorline
cursorword = {
enable = true,
min_length = 3,
hl = { underline = true },
}
}
}
|