Formatter update
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 29s Details

This commit is contained in:
Yannick Reiß 2024-10-07 08:19:18 +02:00
parent 5f931de4cc
commit 8cb88ec054
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ require("formatter").setup({
-- Formatter configurations for filetype "lua" go here
-- and will be executed in order
lua = {
-- "formatter.filetypes.lua" defines default configurations for the
-- "lua" filetype
require("formatter.filetypes.lua").stylua,
},