ISLAND

Neovim Getting Started Guide (2): Common Plug-ins

Original link: http://youngxhui.top/2023/08/neovim-%E5%85%A5%E9%97%A8%E6%8C%87%E5%8D%97%E4%BA%8C%E5% B8%B8%E8%A7%81%E6%8F%92%E4%BB%B6/ Common plugin configuration After the introduction in the previous chapters, the current neovim can be used basically. The common plug-ins are recommended below, so let’s get started quickly. nvim-tree nvim tree is a file browser that can quickly select files in the sidebar. The current neovim plugin installation is very simple. […]

Neovim Getting Started Guide (2): Common Plug-ins Read More »

Neovim Getting Started Guide (1)

Original link: http://youngxhui.top/2023/07/neovim-%E5%85%A5%E9%97%A8%E6%8C%87%E5%8D%97-%E4%B8%80/ In the world of programming, there are two ancient artifacts. One is called “Emacs, the editor of God”, and the other is called “vim, the editor of God”. From the birth of these two editors to the present, the jihad has never ended. Both vim and emacs are constantly evolving and developing.

Neovim Getting Started Guide (1) Read More »

Gin source code analysis 1: Engine Engine

Original link: http://youngxhui.top/2023/06/gin%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%B8%80/ The HTTP standard library explains how go’s standard library handles requests, but through the analysis of the source code, it can be found that the processing of this part of the standard library is relatively simple, for example, it does not support the parameters carried in the url. However, a large number

Gin source code analysis 1: Engine Engine Read More »

git revert rollback

Original link: http://youngxhui.top/2022/09/gitrevert%E5%9B%9E%E6%BB%9A/ When submitting code recently, I found that it was necessary to roll back, but not just one version, but the previous merge. But after the merge, someone else made a code submission, which needs to be rolled back but cannot roll back a colleague’s code. command meaning When an error occurs, some

git revert rollback Read More »