Somraj Saha

Results 14 comments of Somraj Saha

@sunjon here are two more screenshots of how the plugin breaks the colorscheme. **With `shade.nvim` enabled:** ![image](https://user-images.githubusercontent.com/31373860/162947468-c2fc71df-666f-4563-94b6-e927a286341e.png) **With `shade.nvim` disabled:** ![image](https://user-images.githubusercontent.com/31373860/162947521-39dcb23c-2321-47e8-93f6-262cdefff1b5.png) Also isn't it related to #7? P.S: If it...

I created a stylesheet which kinda looks like Gruvbox (~~at least not yet~~). Feel free to take a look at it [here](https://github.com/Jarmos-san/dotfiles/blob/main/glow/.config/glow/style.json), take inspiration & customize your own stylesheet for...

> thanks for the idea man. Cheers! Glad to be of some help to you. If it helped in any way you might want to close this thread. [`glow`](https://github.com/charmbracelet/glow) depends...

> Happy to include this in glamour @muesli glad to hear that! I've tinkered around with the stylesheet a bit more & made it look a lot closer to what...

This is what I got: ```console HTTP/2 405 cache-control: no-cache, no-store pragma: no-cache allow: GET content-length: 0 expires: Thu, 01 Jan 1970 00:00:00 GMT set-cookie: JSESSIONID=ajax:3064617640713700621; SameSite=None; Path=/; Domain=.www.linkedin.com; Secure...

Is this PR being worked on? If not I can share a PR with a way of creating Autocommands using the latest Neovim v0.7 API. For a heads up, here's...

> ...could do something very similar to the [prettier formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/prettier.rb), but installing prettierd instead of prettier. Isn't it possible to package `prettierd` as a standalone Formula which can be installed...

I skimmed through the output from `.\make linkcheck` & observed these: - `developers.rst` has no errors besides a redirect to `https://github.com/orgs/python/teams/python-core` which I believe can only be accessed by the...

I don't know if an arbitrary parser should be installed automatically without my manual intervention. I often use Neovim as an alternative to manpages or `cat` and if for whatever...

> Installing go for the user is not too difficult Agreed! And I'm not a Lua expert either but I took a look through the source code & realised, `mason.nvim`...