summaryrefslogtreecommitdiff
path: root/config/lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/lua')
-rw-r--r--config/lua/getchoo/efmls.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/lua/getchoo/efmls.lua b/config/lua/getchoo/efmls.lua
index 2b1caaa..92d61e9 100644
--- a/config/lua/getchoo/efmls.lua
+++ b/config/lua/getchoo/efmls.lua
@@ -6,6 +6,7 @@ local fish_indent = require("efmls-configs.formatters.fish_indent")
local prettier = require("efmls-configs.formatters.prettier")
local prettier_eslint = require("efmls-configs.formatters.prettier_eslint")
local selene = require("efmls-configs.linters.selene")
+local statix = require("efmls-configs.linters.statix")
local stylua = require("efmls-configs.formatters.stylua")
local languages = {
@@ -27,6 +28,8 @@ local languages = {
lua = { selene, stylua },
+ nix = { statix },
+
sass = { prettier },
scss = { prettier },