diff --git a/home/dot_config/nvim/lua/plugins/lsp.lua b/home/dot_config/nvim/lua/plugins/lsp.lua
index 805940d5cee009eb28b2a63d15bcf586a7f8d557..a93be436d0f0de5653a29dd7afa58d472f68439e 100644
--- a/home/dot_config/nvim/lua/plugins/lsp.lua
+++ b/home/dot_config/nvim/lua/plugins/lsp.lua
@@ -37,14 +37,10 @@ return {
         beancount = {
           -- https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#beancount
           -- https://github.com/polarmutex/beancount-language-server#neovim
-          -- - [AUR package](https://aur.archlinux.org/packages/beancount-language-server#comment-944608)
-          --   is still outdated (1.3.1)
-          --   See [mason-registry](https://github.com/mason-org/mason-registry/blob/main/packages/beancount-language-server/package.yaml)
-          -- - Therefore beancount-language-server is installed manually (eget polarmutex/beancount-language-server)
-          --
           -- Issues:
           --   - [Completions don't work](https://github.com/polarmutex/beancount-language-server/issues/477)
           --   - Can't disable "Flagged" warning
+          -- Example how to use a custom binary:
           -- cmd = {
           --   "/home/varac/bin/download/beancount-language-server-1.3.6",
           --   "--stdio",