doodleEsc
doodleEsc
```python 183 class LspStdIoWriter(LspStdIoBase): 184 """Language Server stdio Writer""" 185 186 async def write(self) -> None: 187 """Write to a Language Server until it closes""" 188 while not self.stream.closed: 189...
There's another question once the launage server reinitialize, autocomplete not work with some pachages, such as `pandas` and `matplotlib`, but `numpy` works fine
```python 183 class LspStdIoWriter(LspStdIoBase): 184 """Language Server stdio Writer""" 185 186 async def write(self) -> None: 187 """Write to a Language Server until it closes""" 188 while not self.stream.closed: 189...
I currently have a simple solution 1. go get -u github.com/visualfc/gocode (it supports go 1.11) and go get -u github.com/visualfc/gotools (needed by visualfc/gocode) 2. create your project outside fo GOPATH,...
neovim可以使用一个二进制的provider来提供复制粘贴的功能,同样tmux也可以通过这个provider来进行复制粘贴,这样就可以通过这个provider来打通所有的粘贴板,可以看一下这个provider,https://github.com/doodleEsc/doodleVim/blob/master/bin/clipboard-provider
> I'm using a local LLM as the backend with limited resources, which makes the default system prompt too heavy. While testing speculative decoding, I found the system prompt negates...
all fixed, please take a look.