From 3b8409254a6703419b24451754bf3850a9bc08fd Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sat, 8 Mar 2025 12:59:32 +0100 Subject: [PATCH] mason: Add lua formatter stylua --- plugins-full.vim.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins-full.vim.example b/plugins-full.vim.example index 800fc76..07b473c 100644 --- a/plugins-full.vim.example +++ b/plugins-full.vim.example @@ -244,7 +244,6 @@ EOF } } }) - require("mason-lspconfig").setup() require("mason-lspconfig").setup({ ensure_installed = { -- Latest before switching to Java 18 @@ -295,6 +294,7 @@ EOF json = require('formatter.filetypes.json').jq, python = { require("formatter.filetypes.python").autopep8 }, xml = { require("formatter.filetypes.xml").xmllint }, + lua = { require("formatter.filetypes.lua").stylua }, -- Use the special "*" filetype for defining formatter configurations on -- any filetype -- 2.39.5