Fausto Núñez Alberro

Results 49 comments of Fausto Núñez Alberro

Linking the issue where ligature implementation was discussed: https://github.com/belluzj/fantasque-sans/issues/64

@Davidrobla sounds like what you need is to [submit a new issue](https://github.com/belluzj/fantasque-sans/issues/new).

I've very naively added the snippet above shared by @JoosepAlviste to the `before_run` hook and my monorepo is working just fine: https://github.com/fnune/vim-test/blob/master/autoload/test.vim#L161-L177

This patch makes `vim-test` work on my monorepo!

How can I help push the development of this?

Seeing the same problem here. I have worked around it by putting this in my `.envrc`: ```sh if [ -z "$IN_NIX_SHELL" ]; then use flake fi ``` This is only...

I believe my workaround (https://github.com/direnv/direnv/issues/992#issuecomment-1744989487) is not sufficient. I start to see this inside the shell: ``` => direnv: ([/nix/store/3id2lsis3640a27pk8wh2z6xli88jmxk-direnv-2.32.2/bin/direnv export zsh]) is taking a while to execute. Use CTRL-C...

> disable_builtin_notifications = true I do have this. You're right that this reduces the number of required interactions. But I disabled them specifically because they take up too much space,...

> Anyway, maybe one can somehow write a standalone LSP (not sure how much work that is) An LSP that provides just this for `pytest` would certainly be useful to...

Wondering if this is possible for Linux also. I'd want it for my WIP app. From searching the webs I can't really figure out whether it's possible or not. My...