Adil Ihsan

Results 4 issues of Adil Ihsan

This project will allow absolute importing components now.

The first step to debug the functionality of the a plugin is checking the health. that is missing in this plugin.

Hi, I have the following snippet in my init.lua file, the plugin is loaded but the scrollbar isn't visible at all. ``` { "petertriho/nvim-scrollbar", config = function () require("scrollbar").setup() end,...