Ellison

Results 13 issues of Ellison

Thanks for the awesome plugin. I was wondering if you have any plans to move from curl to a lua http lib to handle the requests, like [lua-http](https://github.com/daurnimator/lua-http) for instance.

https://github.com/notomo/action-setup-nvim-lua

https://neovim.io/doc/user/lua.html#vim.ui

Following #220 idea, we will introduce fine-grained bold options in the setup call ```lua require('gruvbox').setup({ bold = { -- need to check what should go here ... } }) ```

enhancement

Following https://github.com/ellisonleao/gruvbox.nvim/issues/220 idea, we will introduce fine-grained bold options in the setup call We will need to remove ```lua invert_selection = false, invert_signs = false, invert_tabline = false, invert_intend_guides =...

enhancement

https://github.com/rcarriga/nvim-notify

Idea: A config file that overrides all the current flags. This is useful when you have a lot of whitelist links or ignored status codes Something like: .vl.yml ```yml whitelist:...