Actually Stowing Files
This commit is contained in:
parent
0f42a6b9c3
commit
500aecaea1
752 changed files with 1 additions and 67593 deletions
18
vim/.config/nvim/lua/plugins/cursorline.lua
Normal file
18
vim/.config/nvim/lua/plugins/cursorline.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
"yamatsum/nvim-cursorline",
|
||||
lazy = true,
|
||||
config = function()
|
||||
require("nvim-cursorline").setup({
|
||||
cursorline = {
|
||||
enable = true,
|
||||
timeout = 1000,
|
||||
number = false,
|
||||
},
|
||||
cursorword = {
|
||||
enable = true,
|
||||
min_length = 3,
|
||||
hl = { underline = true },
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue