kickstart.nvim
kickstart.nvim copied to clipboard
added support if nvim extention is being used in vscode
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.
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.
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 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
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.