Peter Lithammer

Results 73 comments of Peter Lithammer

Still, 5 min will go by fast. Just writing this comment would cause a language server to be stopped.

Hmm, this sounds weird given that there's multiple markers: https://github.com/neovim/nvim-lspconfig/blob/c96ec574eacfff8ad8dd4bdb6e96a1b3dbd268fd/lua/lspconfig/server_configurations/pyright.lua#L10-L17 As well as `single_file_support` being enabled.

What's the output of `:LspInfo` when you edit `foo.py`? Also, what does `lsp.log` say? You can find its location either from the `:LspInfo` popup or `:lua print(vim.lsp.get_log_path())`.

I'm not playing at the moment. In fact, I haven't played for like a year. Unsure if I will resubscribe for Dragonflight or not. And even if I do, I...

This is what I did meanwhile: ```vim augroup colorscheme_customize autocmd! autocmd ColorScheme two-firewatch highlight! link SignColumn LineNr augroup END ```

> It look to me that no matter what value you pass for backoff_cap, as long as it's not 0, the value itself is ignored and the expression after "and"...

What I miss most from Semshi is a way to highlight unused arguments.

> I think the `*` config is mostly useful for changing the default capabilities. E.g. nvim-cmp/blink.nvim can use `*` to add the completion capabilities. How does this actually work when...

> My use of `on_new_config` is primarily to change which lua version the lsp should be using for different projects. I work on a project using Lua 5.4 and use...

From what I can tell they have more or less identical root dir logic. So that's surprising. https://github.com/neovim/nvim-lspconfig/blob/61e5109c8cf24807e4ae29813a3a82b31821dd45/lsp/csharp_ls.lua#L15-L18 https://github.com/neovim/nvim-lspconfig/blob/61e5109c8cf24807e4ae29813a3a82b31821dd45/lua/lspconfig/configs/csharp_ls.lua#L6-L8