From 93d3a38fe42fc7adda4e48ad6ee2f76afb2dad72 Mon Sep 17 00:00:00 2001
From: Oleksandr Redko <oleksandr.red+github@gmail.com>
Date: Tue, 9 Apr 2024 14:13:10 +0300
Subject: [PATCH] docs: remove deprecated Atom from Editor Integrations (#4628)

---
 docs/src/docs/index.mdx                | 2 +-
 docs/src/docs/welcome/integrations.mdx | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/src/docs/index.mdx b/docs/src/docs/index.mdx
index 5a862ec5..935e39f7 100644
--- a/docs/src/docs/index.mdx
+++ b/docs/src/docs/index.mdx
@@ -22,7 +22,7 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
 
 - ⚡ [Very fast](/product/performance): runs linters in parallel, reuses Go build cache and caches analysis results.
 - ⚙️ YAML-based [configuration](/usage/configuration).
-- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, Atom, GitHub Actions.
+- 🖥 [Integrations](/welcome/integrations) with VS Code, Sublime Text, GoLand, GNU Emacs, Vim, GitHub Actions.
 - 🥇 [A lot of linters](/usage/linters) included, no need to install them.
 - 📈 Minimum number of [false positives](/usage/false-positives) because of tuned default settings.
 - 🔥 Nice output with colors, source code lines and marked `identifiers`.
diff --git a/docs/src/docs/welcome/integrations.mdx b/docs/src/docs/welcome/integrations.mdx
index 55acb3c4..a5939cb4 100644
--- a/docs/src/docs/welcome/integrations.mdx
+++ b/docs/src/docs/welcome/integrations.mdx
@@ -45,10 +45,6 @@ The following plugins support `golangci-lint`:
 - [ALE](https://github.com/w0rp/ale);
 - [Syntastic](https://github.com/vim-syntastic/syntastic).
 
-### Atom
-
-[go-plus](https://atom.io/packages/go-plus) supports golangci-lint.
-
 ## Shell Completion
 
 `golangci-lint` can generate bash, fish, powershell, and zsh completion files.