mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
mig packer to lazy and archive
Signed-off-by: d0zingcat <leewtang@gmail.com>
This commit is contained in:
22
nvim/lua/plugins/scrollbar.lua
Normal file
22
nvim/lua/plugins/scrollbar.lua
Normal file
@@ -0,0 +1,22 @@
|
||||
return {
|
||||
'petertriho/nvim-scrollbar',
|
||||
event = 'VeryLazy',
|
||||
opts = function()
|
||||
local colors = require('tokyonight.colors').setup()
|
||||
return {
|
||||
handle = {
|
||||
cursor = false,
|
||||
color = colors.bg_highlight,
|
||||
},
|
||||
marks = {
|
||||
Search = { color = colors.orange },
|
||||
Error = { color = colors.error },
|
||||
Warn = { color = colors.warning },
|
||||
Info = { color = colors.info },
|
||||
Hint = { color = colors.hint },
|
||||
Misc = { color = colors.purple },
|
||||
},
|
||||
excluded_filetypes = { 'NvimTree', 'TelescopePrompt', 'chatgpt' }
|
||||
}
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user