kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

added support if nvim extention is being used in vscode

Open sumanth-lingappa opened this issue 9 months ago • 3 comments

VSCODE neovim extention pre-requisite is to have nvim installed and it opens nvim's config by default in vscode. I use both nvim and vscode depending on my project need.

Some of the nvim's UI does not work well with VSCODE.

This if-else clause will differentiate if we are using vscode or nvim directly.

sumanth-lingappa avatar May 16 '24 08:05 sumanth-lingappa

I don't think vscode users would be the target audience for kickstart so I'm not sure if this is really needed? In my view it just pollutes the code. Besides the suggested change is documented in the vscode neovim plugin install instruction (the link you provided) which one will have to go through and will be able to make the change for himself.

dam9000 avatar May 16 '24 09:05 dam9000

I agree with your point @dam9000 For me this is a must condition clause. I thought this will be useful for others out-of-the-box.

sumanth-lingappa avatar May 16 '24 09:05 sumanth-lingappa

I agree with your point @dam9000 For me this is a must condition clause. I thought this will be useful for others out-of-the-box.

I also think, it should be available out-of-the-box

jiaad avatar Jun 21 '24 13:06 jiaad

Hi. Thank you for your contribution but making a one line change to your config as specified in the vscode neovim extension feels like the right place for this to me. As such I don't think it's compatible with our project's goals and I'm closing for now.

feoh avatar Jul 21 '24 20:07 feoh