Steven Lu

Results 162 comments of Steven Lu

This might be getting somewhere ``` ~ Language client log: /root/.local/state/nvim/lsp.log ~ Detected filetype: rust ~ ~ 0 client(s) attached to this buffer: ~ ~ Other clients that match the...

OK it is actually working on x64. But there are still errors like this; maybe I can ignore them and figure out inlayHints later. ``` Error detected while processing BufEnter...

Still get this during the initial PlugInstall tho: ``` Error detected while processing :source (no file) called at command line:0: E185: Cannot find color scheme 'nord' E5108: Error executing lua...

OK with the `./run.sh neovim-init-lsp-cmp-rust-tools.vim` and also I edited `show_parameter_hints = false,` to `show_parameter_hints = true,` in the nvim config file! it has no errors during runtime anymore and displays...

I was able to make a screen recording and pull up the remaining truncated PlugInstall error output!

Ah ok this output is supposed to be ignored. because at the time that runs (the first PlugInstall) none of that stuff is installed or available yet. So we just...

@bkad doesn't work for me. To clarify i'm talking about: ([] represents cursor) a-hyphenated-tok[e]n-in-code type `di,w` (I'm using the comma binding scheme for this plugin), expect: a-hyphenated-in-code or a-hyphenated--in-code

I have worked on this some more, and the good news is that not many changes are needed to make it work. I can't test the build the way you...

Damn, I wish I thought to check pull requests before opening my issue. Would have saved me a few hours.

Do you consider it reasonable to have both a non typed array and typed array implementation and serve the correct version after detecting whether the client supports float64array or not?