From 385dc60357147093cb122fd0b80e3fe75e8766b3 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 20 Sep 2024 00:27:28 +0500 Subject: vim: Add go plugin --- files/.vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files') diff --git a/files/.vimrc b/files/.vimrc index 3c97438..9154cef 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -99,6 +99,8 @@ Plug 'tpope/vim-dispatch' Plug 'vim-test/vim-test' " A Narrow Region Plugin for vim (like Emacs Narrow Region) Plug 'chrisbra/NrrwRgn' +" Go development plugin for Vim +Plug 'fatih/vim-go' " View and grep man pages in vim Plug 'vim-utils/vim-man' -- cgit v1.2.3