From 428cea9747d6cda9935dac5d72fe951465659d69 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 13 Apr 2024 13:28:58 +0100 Subject: [PATCH] Cleanup some lint --- lua/plugins/completions.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 8395cd8..143e9c1 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -36,10 +36,11 @@ return { require('mason-lspconfig').setup({ automatic_installation = false, ensure_installed = { + -- Language servers 'ansiblels', -- Ansible 'bashls', -- Bash 'clangd', -- C/C++ - 'cmake', -- Cmake + 'cmake', -- CMake 'docker_compose_language_service', -- Docker Compose 'dockerls', -- Dockerfile 'esbonio', -- Sphinx