From 0adfd0bcdcecac76dc36d373ada8bd084b142dc8 Mon Sep 17 00:00:00 2001 From: Daniel Hill <9439488+blazkowolf@users.noreply.github.com> Date: Sun, 26 Mar 2023 10:06:15 -0400 Subject: [PATCH] chore: update StyLua configuration --- .stylua.toml | 5 ++++- lua/gruber-darker/highlights/vim.lua | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.stylua.toml b/.stylua.toml index a710549..8fe795d 100644 --- a/.stylua.toml +++ b/.stylua.toml @@ -7,4 +7,7 @@ indent_type = "Tabs" indent_width = 2 quote_style = "AutoPreferDouble" call_parentheses = "Always" -# collapse_simple_statement = "Never" +collapse_simple_statement = "Never" + +[sort_requires] +enabled = true diff --git a/lua/gruber-darker/highlights/vim.lua b/lua/gruber-darker/highlights/vim.lua index 9cbfdda..d5dda2d 100644 --- a/lua/gruber-darker/highlights/vim.lua +++ b/lua/gruber-darker/highlights/vim.lua @@ -1,6 +1,6 @@ +local Highlight = require("gruber-darker.highlight") local c = require("gruber-darker.palette") local opts = require("gruber-darker.config").get_opts() -local Highlight = require("gruber-darker.highlight") local M = { ---@type table