ristillu

Results 19 comments of ristillu

OK you can ignore this issue @folke. I spent a whole extra bunch of time on it. I reproduced the steps above with my colleague watching and he can vouch...

Yes I have that in my lsp config. Like this: ``` local lsp = require('lspconfig') lsp.pylsp.setup({ cmd = { vim.env.HOME .. '/.local/bin/pylsp' }, settings = { pylsp = { plugins...

Nice pickup on `configurationSources`. Well perhaps I'm being naive but if nvim picks up my pylsp config fine when it's just using LSP and not COQ, but falls over when...

I'm new to `Diagrams`. It looks awesome. I am one of the many people who it seems could benefit from a hierarchical breakdown of architecture components into separate files. Does...

I'd also be interested in this for our use cases (all our geometries are 3D - using postgis)

Thanks for the quick feedback eugen0329. Let me play with it a bit tomorrow or the next day and think about it. Just one more data point - with the...

Yes. 1. plain CLI `rg --fixed-strings --ignore-case --no-heading --color=never --line-number --with-filename --follow -e 'asdfasdf' -- !(b.txt|c.txt)` works in a sandbox 2. plain CLI `rg --fixed-strings --ignore-case --no-heading --color=never --line-number --with-filename...

I disabled all plugs except `eugen0329/vim-esearch` and `mileszs/ack.vim`. It didn't help and at level 9 verbosity the vim log isn't informative. It notes my esearch path change but nothing diagnostic...

Before I do so, here's another interesting thing - I can reproduce it in your repo. ``` $ git clone https://github.com/eugen0329/vim-esearch $ cd vim-esearch $ mkdir -p sandbox $ cd...