📦 Initial Commit
This commit is contained in:
parent
5125fd927a
commit
e77acb091e
23 changed files with 516 additions and 24 deletions
15
lua/custom/plugins/cursorline.lua
Normal file
15
lua/custom/plugins/cursorline.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
'yamatsum/nvim-cursorline',
|
||||
opts = {
|
||||
cursorline = {
|
||||
enable = true,
|
||||
timeout = 0,
|
||||
number = false,
|
||||
},
|
||||
cursorword = {
|
||||
enable = true,
|
||||
min_length = 3,
|
||||
hl = { underline = true },
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue