PegasusWang / vim-config

Lean mean (Neo)Vim machine, carefully crafted with :heart: Use with Neovim v0.1.5+ or Vim v7.4+
489 stars 110 forks source link

vim-go的一些设置会降低保存速度 #11

Open MaxJohnXiang opened 3 years ago

MaxJohnXiang commented 3 years ago
因为vim-go是同步的, 在项目比较大的时候执行save 的时候会很卡。 建议使用ale 的来实现
let g:go_fmt_autosave = 1
let g:go_imports_autosave = 1
PegasusWang commented 3 years ago

hi,可以在自己的分支禁用哈。我一般是微服务,所以目前影响不大