TANIGUCHI Masaya
TANIGUCHI Masaya
I created a drop-in replacement of `deno.land`. `lib.deno.dev`, https://github.com/tani/lib.deno.dev ```typescript // node-semver style import abc from "https://lib.deno.dev/x/abc@~1.3/mod.ts" import abc from "https://lib.deno.dev/x/abc@>=1.2/mod.ts" import abc from "https://lib.deno.dev/x/abc@^1.2/mod.ts" import abc from "https://lib.deno.dev/x/abc@1/mod.ts" //...
Thank you. I do that now.
Thank you. I mean, I'd like to hide the sidebar as the default option when I open a new file because the PDF viewer expands the sidebar as default. The...
もしユーザーが何らかのパッケージマネージャーを使用していた場合、下記の要領で`~/.vim/dict`以下に辞書を自動ダウンロードさせることが可能です。 ``` call minpac#add('tyru/eskk.vim', { 'do': 'wget -O- https://api.github.com/repos/skk-dev/dict/tarball | tar -C ~/.vim --transform 's%[^/]*%dict%' -zxf -'}) ``` 以上のコマンドは`wget`と`tar`(GNU版)に依存しているので調整する必要があります。
@jublx Thank you for the test. Cloud you tell me the detail with example and step by step instruction. I'd like to know what you get.
Please consider https://www.reddit.com/r/neovim/comments/rg97j4/treesitter_for_markdown/
@michaelb Okay! Thanks. I check it now.
`doc/Prolog_gnu` In my understanding, the naming rule of your project is as follows; - Programming language name as the first part - Variation of interpreter/compiler as the second part `Prolog`...
Thank you for listening to my comments. I'm sorry if my English makes me uncomfortable. I learned about more gentlemanly phrases.
I created it with Deno Deploy. https://lib.deno.dev