From cc4602ef023b11e830c3fa70caadc4774c6f4340 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 7 Jan 2023 10:59:10 +0100 Subject: docs: more examples --- lua/plugins/lsp.lua | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'lua/plugins/lsp.lua') diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 98e92c3..bb431b2 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,34 +1,34 @@ return { - -- lsp servers + -- uncomment and add lsp servers with their config to servers below { "neovim/nvim-lspconfig", ---@type lspconfig.options - servers = { - jsonls = {}, - sumneko_lua = { - settings = { - Lua = { - workspace = { - checkThirdParty = false, - }, - completion = { - callSnippet = "Replace", - }, - }, - }, - }, - }, + -- servers = { + -- jsonls = {}, + -- sumneko_lua = { + -- settings = { + -- Lua = { + -- workspace = { + -- checkThirdParty = false, + -- }, + -- completion = { + -- callSnippet = "Replace", + -- }, + -- }, + -- }, + -- }, + -- }, }, - -- tools + -- uncomment and add tools to ensure_installed below { "williamboman/mason.nvim", - ensure_installed = { - "stylua", - "shellcheck", - "shfmt", - "flake8", - }, + -- ensure_installed = { + -- "stylua", + -- "shellcheck", + -- "shfmt", + -- "flake8", + -- }, }, } -- cgit v1.2.3