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