From 9c7bdef1458ba0079c24431ce3dedbd29b1fa5ea Mon Sep 17 00:00:00 2001 From: "Alexander I.Grafov" Date: Sat, 19 Aug 2017 03:17:19 +0300 Subject: [PATCH] add links to a couple plugins for GNU/Emacs: flycheck-metalinter and go-playground --- IDEsAndTextEditorPlugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index 1b365e81..cbe92b7d 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -11,6 +11,8 @@ * Mode file maintained at https://github.com/dominikh/go-mode.el. * [GoFlyMake](https://github.com/dougm/goflymake) Flymake-style syntax checking for Go * [go-errcheck.el](https://github.com/dominikh/go-errcheck.el) Errcheck integration for Emacs + * [flycheck-metalinter](https://github.com/favadi/flycheck-gometalinter) Flycheck integration for go-metalinter utility + * [go-playground](https://github.com/grafov/go-playground) Local playground inside Emacs * **[Gedit](http://projects.gnome.org/gedit/)**: Official text editor for the GNOME Desktop. [Plugin for Auto-Completion and Code-Formatting available](https://bitbucket.org/fzzbt/go-gedit-plugin/). * **[Geany](http://www.geany.org/)**: Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. Supports Go syntax highlighting out of the box. * **[Gocode](https://github.com/nsf/gocode)**: An autocompletion daemon that includes support for emacs and vim.