rayx
rayx
Default terminal looks good to me Using kitty...
I think it comes with Kitty setup, not the color scheme
Ok, I was wrong. I have this in my setup ``` vim.cmd("hi Normal guibg=NONE ctermbg=NONE") -- remove background vim.cmd("hi EndOfBuffer guibg=NONE ctermbg=NONE") -- remove background ``` Those will remove background....
I think it is because you are on a neovim version older than 0.7.0. In which the vim.lsp.format is not supported. The override is in lsp.lua. But for some reason,...
I was wrong... In fact that should be a change for neovim 0.8.x instead of 0.7.x release. I updated the plugin and you should not see error now.
@jhillyerd Could you check if it was fixed in the latest?
I am not aware that that is a 0.8.x feature. Pushed a update to suppress warnings
Does the tool move all reference in the workspace and maybe .mod/sum from url_for_package_a to url_for_backage_b if I run `gomvp url_for_package_a url_for_package_a`
moving from source to test depends on ` alt_file = vim.fn.expand('%:r') .. "_test.go"` When you opened source, what is the output of `echo expand('%:r')` from vim cmd line? It is...
@ldelossa Do you still see this issue? Could you share more info on how to reproduce it?