ristillu
ristillu
I have recently migrated to nvim-lspconfig. I have a problem with one server in particular - pylsp. I have enabled all my servers with e.g. `require('lspconfig').pylsp.setup(coq.lsp_ensure_capabilities())` and it's working great....
Hey folke a colleague just noticed trouble and I've started using it with a goal of replacing ALE (I'm using LSP but was still using ALE in my qf window...
Hi folke, I have the following mapping: `wk.register({ [''] = { '!isort --settings-path=' .. vim.env.HOME .. '/.isort.cfg -', 'isort Python module imports' } }, { mode = 'v' })` It...
I have a really strange failure to configure which-key. I'm using packer and delegating config to separate files. Here's what a relevant section in my packer setup looks like: ```...
Are there any plans to implement the resource property? It's been in the draft spec for at least a couple of years and for me it would solve exactly the...
Following the documentation from http://soci.sourceforge.net/doc/master/backends/oracle/ regarding nested statements, a code example as per: ``` #include #include #include int main(int argc, char **argv) { using namespace std::string_literals; try { auto connectionString...
**Version** `warp = { version = "0.3.2", features = ["compression", "tls"] }` **Platform** `Linux fedora 5.16.12-200.fc35.x86_64` **Description** I've done a lot of searching in the official doco, in github issues,...
I have tried to migrate from `pyre`, `pyright` and `python-lsp-server` to [ruff-lsp](https://github.com/charliermarsh/ruff-lsp). I am installing it with [mason](https://github.com/williamboman/mason.nvim). Ruff-lsp works fine, and does static linting, and is configured with something...
I work on a large project. Sometimes my result set is large (e.g. 100 files). By default it feels like esearch is picking up my .gitignore, which I want it...