nyngwang

Results 266 comments of nyngwang

Is it possible to cache all the completion items from sub-packages from the start? E.g. I'm writing Python with TensorFlow package, and after I entered `tf.keras.` I need to wait...

@Shougo: It seems that pyright will cause high-cpu usage so I change to use pylsp. Anyway, I will try out pyright again.

> [...] > > You can use pyright lsp instead. @Shougo: I just confirmed that pyright is indeed (much) faster. Thanks for your help! I remember that I migrated to...

How about adding a circle background for it. Anyway, this issue can be safely closed since I don't know how to change it.

FYI: you might need to open the port you assigned for the webhook for connection. Some refs: ```zsh # check port in use sudo lsof -i -P -n | grep...

@chaosmirage Did you resolve it? Apparently, it should mean that some typescript transpile functions are only available through `babel-loader`. So it is indeed a bug of `ts-loader`.

To @cseickel, @gegoune: > [...] as renaming a.lua to b.lua leaves me with open buffer named `a.lua`, ([...]) and no `b.lua` gets opened. [...] I have the same result.

As I usually use terminal buffer inside neovim, I would prefer doing this kind of job from the terminal buffer(or even doing it outside neovim). Why? That's because this kind...