From 1adb53f2cd828eebdd4b93b0831586f4ed9059ee Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Thu, 14 Mar 2019 23:22:02 +1300 Subject: [PATCH] The generated vimrc file from this has some very strange/surpriisng options (set binary bom noswapfile nobackup) which may cause data corruption, as well as some other surprises. It doesn't even have anything to do with Go; looks like it was added by the author to promote their project --- IDEsAndTextEditorPlugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index 9a05fe9b..4d779740 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -49,7 +49,6 @@ * A [vim compiler plugin](https://github.com/rjohnsondev/vim-compiler-go) for syntax checking * A [vim-godef](https://github.com/dgryski/vim-godef) plugin integrates with the 'godef' tool, above * A [vim-go-extra](https://github.com/vim-jp/vim-go-extra) is vim plugin based on misc/vim in go repository. This works fine on windows too! - * A [vim-bootstrap](https://vim-bootstrap.com/) is generator provides a simple method of generating a .vimrc configuration for vim * **[Visual Studio](https://www.visualstudio.com/)**: Commercial IDE by Microsoft for Windows. A [Go Language Support](https://visualstudiogallery.msdn.microsoft.com/bd7675ba-1bf5-4395-8c5a-4fc19dfc0d76) extension is available for Visual Studio 2010, 2012 and 2013 Pro, Enterprise, and Community. * **[Visual Studio Code](https://code.visualstudio.com/)**: Free & open source IDE by Microsoft. Visual Studio Code supports Go syntax highlighting out of the box. Additional features are provided by the [vscode-go](https://github.com/Microsoft/vscode-go) plugin. * **[GNU Nano](http://golang.cat-v.org/text-editors/nano/)**: a simple .nanorc for GNU Nano ("pico").