Added scroll bar

This commit is contained in:
2025-11-23 23:22:42 +09:00
parent d02fdbbb45
commit 518c5588b7
4 changed files with 30 additions and 30 deletions

5
lua/plugins/util.lua Normal file
View File

@@ -0,0 +1,5 @@
return
{
"petertriho/nvim-scrollbar",
opts = {},
}