Войти
  • 178799Просмотров
  • 2 года назадОпубликованоDreams of Code

The perfect Neovim setup for Go

Go with Neovim is one of my favorite combinations to use as my daily driver. However, it does take a little configuration to get started. I want to help share the configuration I have and to encourage others to configure their own editors to work for them. In this video, we look at getting some powerful functionality added to Neovim for use with Go. If you’re looking for powerful autocomplete, autoformatting, boilerplate reduction, debugging and many other features, then this video will help you achieve that. ⚠️ NVChad has had some breaking changes, make sure to use the v2.0 branch if you're using this video. You can find the command below. Commands: NVChad Install line: git clone -b v2.0 ~/.config/nvim --depth 1 Become a better developer in 4 minutes: 👈 #golang #neovim #coding My socials: Twitter: Discord Server: My Equipment: Voice over: Coding: Please consider supporting me as well! Patreon: Video Links: NVChad: NVChad Install: git clone -b v2.0 ~/.config/nvim --depth 1 && nvim NVChad Install Windows: git clone $HOME\AppData\Local\nvim --depth 1 && nvim gopls: null-ls: Final Config: 00:00 Intro 00:17 Getting Started 01:31 Autocomplete & Suggestions 04:36 Autoformatting 07:05 Deugging 11:03 Extra features