ta-tikoma

Results 16 comments of ta-tikoma

@windwp can you help me? now: ``` Before Input After ------------------------------------ |() ( (|)() ------------------------------------ ``` I want: ``` Before Input After ------------------------------------ |() ( (|()) ------------------------------------ ```

I liked this application. But I have this path: `/home/my-name/work/company-name/{project-name}/docker/local/docker-compose.yml` I wanna say `captain start project-name` . May be add command `captain add project-name path-to-docker-compose-file` ?

This pull request for resolve issue: https://github.com/ms-jpq/coq_nvim/issues/115

> :: replied to wrong thread I have some problem. ![test](https://user-images.githubusercontent.com/2934128/153621362-fafc9db4-6fb0-4c2b-8139-294b75b47007.gif) my config: ```vim local nvim_lsp = require('lspconfig') local coq = require "coq" local on_attach = function(client, bufnr) local function...

@joshhanley test added

@joshhanley thanks for review. I fixed

@joshhanley sorry, I try to fix again: ![image](https://user-images.githubusercontent.com/2934128/168461237-31128476-a005-42e7-9658-2c31faeaf023.png)

@MGatner can I make rule: any module must not use classes from another module without defined each of module ?

For example: ``` app/ Module1 Module2 Module3 ... Module20 ``` Can I prohibit use classes from another module without defined each module as layer ?

@Ujifman you can change link: ```html LINK ``` and add "pretty" hook: ```php $pdf->setCallbacks([ [ 'event' => 'end_frame', 'f' => function ($info) { $frame = $info['frame']; /** @var CPDF $canvas...