From c035a27b8ac207c146b934dc1d38c958110b371e Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Wed, 6 Dec 2023 23:19:31 +0100
Subject: Fix vale issues

---
 README.md                   | 5 +++++
 fnl/plugins/lsp/servers.fnl | 1 +
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 0b83210..fa4ecf1 100644
--- a/README.md
+++ b/README.md
@@ -17,3 +17,8 @@ neovim = nightly
     │   └── lsp             # LSP related configs.
     └── settings            # Neovim settings.
 ```
+
+## Vale
+
+1. Create a `.vale.ini` file in the project
+2. Run `vale sync` with the vale located in `mason/packages/vale`
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl
index 6aff0bd..d5a47fb 100644
--- a/fnl/plugins/lsp/servers.fnl
+++ b/fnl/plugins/lsp/servers.fnl
@@ -23,4 +23,5 @@
                                      :path (vim.split package.path ";")}}}}
  :taplo {}
  :texlab {}
+ :vale_ls {:filetypes [:markdown :text :org]}
  :yamlls {}}
-- 
cgit v1.2.3-70-g09d2