-
I am trying to automatically set a conda environment if a `.py` file is opened. I wonder if you can help me out. I tried the following
```
return {
"HallerPatrick/py_lsp.nvim",
config = funct…
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …
-
I noticed that offered code completions are often incorrect/invalid for the current completion prefix, specifically due to case-sensitivity of the underlying language, e.g., JavaScript and TypeScript …
-
## Overview
Request to add support for Odoo language server in Zed editor.
## About Zed
Zed is a high-performance, multiplayer code editor built with Rust, focusing on speed and collaboration. It a…
-
Right now, when Zed's settings are edited, harper-ls *always* gets sent `"workspace/didChangeConfiguration","params":{"settings":{}}}`, regardless of what's in Zed settings for `"lsp": {"harper-ls": .…
-
### Not a question
- [X] This is not a question. If you have a question, use [discussions](https://github.com/uga-rosa/ccc.nvim/discussions).
### I investigated.
- [X] I have read README.md, help d…
-
This tracker is for issues related to:`dart:core`
* Dart version and tooling diagnostic info (`dart info`)
Dart info
#### General info
- Dart 3.7.0-140.0.dev (dev) (Wed Nov 13 00:06:32 2024 -0…
-
Zed editor log
```
2024-09-29T16:50:04.7513357+03:00 [INFO] starting language servers for V: v
2024-09-29T16:50:04.751429592+03:00 [INFO] starting language server "v", path: "/home/anon/Git/vlang_t…
-
Given this markdown file
```markdown
link 1 [section]
link 2 [section]
link 3 [section]
[section]: asdf
```
if I open it in Kakoune there'll be a code lens sign in the last line.
If I mo…
-
I have a PoC of splitting the extension into a dedicated LSP server and VScode client.
Any interest in going forward with this approach? There are several new features in this branch that may be us…