Skip to content

Releases: 3Xpl0it3r/gonvim

v0.0.3

04 Oct 14:58
Compare
Choose a tag to compare

2024/10/03 主要就更新了3个功能

  1. 创建rust文件,会自动导入到mod.rs 里面(例如abc.rs 在 mod.rs里面添加一行 mod abc;)
  2. 为新创建rust文件自动添加注释模版(例如新创建abc.rs, 会自动在abc.rs里面添加一行。// Copyright 2024 <project_name> Project Authors. Licensed under Apache-2.0.
  3. 自动当前单词添加到watche 窗口里面(不用手动输入),对应快捷键<leader>da

Full Changelog: v0.0.2...v0.0.3

v0.0.2

13 Oct 15:44
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
update readme

v0.0.1

11 Oct 03:35
Compare
Choose a tag to compare
update readme