ta-tikoma
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.  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: 
@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...