Felipe Lema

Results 74 comments of Felipe Lema

I'm using lunarvim and this 👇 is the config that I got that works ```lua lvim.plugins = { { "ray-x/lsp_signature.nvim", config = function() require"lsp_signature".setup({ -- … }) end, }, --...

> Instructions in the README state that one should use `setup{ ... }` and `on_attach()` and that, as _second choice_, use just `on_attach( { ... }, bufnr )`. Unless I'm...

I'm seeing this error message in nvim 0.7 with my LunarVim config.lua using [sumneko](https://github.com/sumneko/lua-language-server/) I can help providing logs and/or code, although I dunno where to start

I think I just run into this problem. First thing I noticed is `(setq async--procvar …)` that lead me to a bunch of `defvar` (global variables). ~~The use of global...

@cjohansson I think the problem lies somewhere around tramp setting the `ControlMaster` option, probably a race condition between separate `ssh` processes that test/create the control master socket try the following...

worth mentioning: using `defvar` doesn't look like the root of the issue. I thought that there was a race condition between a master Emacs process and a worker Emacs process...

@cjohansson did setting `tramp-use-ssh-controlmaster-options` to `nil` work for you? I haven't bumped into this error since I started setting it.

do mind that webkit2gtk-4.0 is not being supported in windows for more than a year (see https://github.com/msys2/MINGW-packages/issues/3484#issuecomment-483427316 )

I've been using this branch today and it looks like it works all right (at least, for starters… I didn't see any obvious errors or problems) @MaskRay is there any...

this implemented `getComment()` (as an ad-hoc Doxygen-formatted text parser) https://github.com/MaskRay/ccls/blob/c6686be382da46baed4245c7963f07964575e90c/src/indexer.cc#L411-L465 I will give it a go in the next few days