Md Saif
Md Saif
Here is what I am doing to make it work, I think it should work with github too. 1. Created .env file in supabase directory with following content ``` export...
Maybe you have set event for gitsign to lazyload? If you are using lazy.nvim you should check in the config for gitsign.
I did create a directory "public" at the root. I was getting the same issue of missing static files. Then I tried creating a static file inside the"src/routes" to see...
> ```viml > au OptionSet showtabline :set showtabline=1 > ``` I have tried this and it is working. Thanks.
> Maybe an easier approach is to let users control if we want [Lualine to set `showtabline=2`](https://github.com/nvim-lualine/lualine.nvim/blob/3cf45404d4ab5e3b5da283877f57b676cb78d41d/lua/lualine.lua#L508)? > > If we wrap that in an condition, it would allow users...