Add vale config for mail

This commit is contained in:
Ensar Sarajčić 2025-02-25 10:09:16 +01:00
parent 5caa0dec76
commit 2ef0e33a2f
3 changed files with 13 additions and 0 deletions

View file

@ -77,3 +77,5 @@
!/kanshi !/kanshi
!/OpenRGB !/OpenRGB
!/OpenRGB/** !/OpenRGB/**
!/vale
!/vale/**

View file

@ -45,6 +45,12 @@ local configuration_overrides = {
}, },
}, },
}, },
vale_ls = {
filetypes = vim.list_extend(
vim.list_slice(require("lspconfig.configs.vale_ls").default_config.filetypes),
{ "mail" }
),
},
zls = { zls = {
settings = { settings = {
zig_exe_path = zig_loc .. "/zig", zig_exe_path = zig_loc .. "/zig",

View file

@ -0,0 +1,5 @@
MinAlertLevel = suggestion
StylesPath = valestyles
[*.md]
BasedOnStyles = Vale