Chris Patti

Results 98 comments of Chris Patti

Just wanted to say you can do this now with [sudo for Windows](https://devblogs.microsoft.com/commandline/introducing-sudo-for-windows/) - available to Windows Insiders. I'm running it now: ``` sudo winget upgrade --all ``` Running like...

Another aspect to this I think bears mentioning is that Packer is very *straight forward* to use. Add a single 'use' directive and you get a plugin installed. I need...

Hiya! Please try this with the most recent version of kickstart.nvim - it no longer uses packer and has switched to lazy.nvim instead. If you're still having problems with the...

Hi guys! I just started using Copilot with Neovim myself, and I found what I see as a cleaner solution: https://github.com/feoh/git_dotfiles/blob/master/.config/nvim/lua/custom/plugins/copilot.lua Note that this also uses Ctrl-j as the "OK...

Hiya! The problem here is showcased in your steps to reproduce. You must copy the entirety of the kickstart.nvim into your ~/.config/nvim in order for it to work, not just...

Hi there. I'm very sorry you're having this experience. I know I've been in similar straits many times myself. First, have you considered contributing? What changes could we make to...

I have a better idea. Since you feel so strongly about this, why don't YOU make a Youtube video reflecting the current reality instead? Open source is a gift. That...

Can't say I blame you. I have one but I don't love it :) Thanks a bunch I look forward to your pull request!

I'm afraid pull requests are the coin of the realm for open source projects. There are a million billion resources out there to help you understand how to use Github.