My initial serialization for offline index idea failed... | Go Get inside NeoVim - Let's build - 5

Опубликовано: 26 Август 2026
на канале: Roman Volkov
70
2

🖥️ You can support my channel: https://ko-fi.com/roman_v
📹 Main channel:    / @_romanv_  
💬 Discord:   / discord  
✉️ Contact: [email protected]

I implemented seriealization into lua table ....... and it was too much, so I will have to reimplement that

In this series I want to build an integration of go get command with NeoVim, so you can install any project dependencies right from inside the neovim without opening the CLI. It will consist from two parts: plugin for Telescope and go service that will build offline packages index a plugin is going to use.

👀 Disclaimer:
Views and opinions are my own and do not represent or reflect the opinions of my current or past employer(s).


Timestamps:
0:00 - Current progress recap
2:05 - How to store the data
8:40 - Saving the Index
22:26 - Loading of Index
38:00 - Debugging
50:00 - Moment of truth - it's not working

#neovim #softwareengineering #golang