arbitrary-dev

Results 25 comments of arbitrary-dev

>is the root of the workspace still your scala project? Don't quite get what you mean by the root, but, when performing diffs, the current working directory is indeed the...

Maybe exclude `diff` filetypes from activation?

Yeah, I understand that. The question is, could the filetype be used as an exclusion from activation?

I ended up with this one: ``` if (index(v:argv, '-d') != -1 || v:argv[-1] =~ "\.git/") let g:coc_start_at_startup=0 endif ```

Having the same issue: ``` /tmp/man/.cache/hie-bios/wrapper-13a09b18ea883dd377d59db5e821a86b: openFile: does not exist (No such file or directory) [compiler:] ``` No Docker! ``` $ haskell-language-server --probe-tools haskell-language-server version: 1.2.0.0 (GHC: 9.0.1) (PATH: /home/man/.local/bin/haskell-language-server)...

Also why simply adding this extension doesn't work? https://addons.mozilla.org/en-CA/firefox/addon/vimium-ff/ It seems to be successfully added to `extensions.json` for Browsh's firefox-profile, yet keybindings doesn't recognised.

\+ https://images.google.com

Same problem... ``` $ firefox --profile $HOME/.config/browsh/firefox_profile /usr/bin/firefox: 12: xdg-settings: not found mkdir: cannot create directory '/run/user/1002': Permission denied Error: no DISPLAY environment variable specified $ firefox --version /usr/bin/firefox: 12:...

I'm running it in a virtual private server. The docker image linked in the docs is working fine though.

But why docker image is working fine on the same virtual server though? 🤔