diff options
author | sefidel <contact@sefidel.net> | 2022-11-06 23:35:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-11-06 23:35:32 +0900 |
commit | c4337829e1d84c32d936b37779081944f3596ee9 (patch) | |
tree | a9b38c6f5ad2a10b8ff118aed58a10bfe0da2d41 /fnl | |
parent | daaf57c6dcc7de8891cc338c6c158130480affea (diff) | |
download | nvimrc-c4337829e1d84c32d936b37779081944f3596ee9.tar.gz nvimrc-c4337829e1d84c32d936b37779081944f3596ee9.zip |
feat(lspconfig)!: use en-GB for ltex
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/packs/lspconfig.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl index 25babf9..a48345d 100644 --- a/fnl/nvrc/packs/lspconfig.fnl +++ b/fnl/nvrc/packs/lspconfig.fnl @@ -32,4 +32,4 @@ :signs false})) (init_lsp :hls) -(init_lsp :ltex) +(init_lsp :ltex {:settings {:ltex {:language :en-GB}}}) |