From c3159a07fbeb93c820fbf0ba4757d94d9a1c45f6 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 31 Jul 2022 13:43:50 +0200 Subject: docs: add section describing how to use packages (#206) --- doc/mason.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc') diff --git a/doc/mason.txt b/doc/mason.txt index acdc8dd0..d174791f 100644 --- a/doc/mason.txt +++ b/doc/mason.txt @@ -68,6 +68,26 @@ package name, like so: Please refer to each package's own release pages to find which versions are available. +============================================================================== +HOW TO USE PACKAGES *mason-how-to* + +Although many packages are perfectly usable out of the box through Neovim +builtins, it is recommended to use other 3rd party plugins to further +integrate these. The following plugins are recommended: + +- LSP: `lspconfig` & `mason-lspconfig.nvim` +- DAP: `nvim-dap` +- Linters: `null-ls.nvim` or `nvim-lint` +- Formatters: `null-ls.nvim` or `formatter.nvim` + +formatter.nvim https://github.com/mhartington/formatter.nvim +lspconfig https://github.com/neovim/nvim-lspconfig +mason-lspconfig.nvim https://github.com/williamboman/mason-lspconfig.nvim +null-ls.nvim https://github.com/jose-elias-alvarez/null-ls.nvim +nvim-dap https://github.com/mfussenegger/nvim-dap +nvim-lint https://github.com/mfussenegger/nvim-lint + + ============================================================================== COMMANDS *mason-commands* -- cgit v1.2.3-70-g09d2