about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-10 00:33:13 +0900
committersefidel <contact@sefidel.net>2024-08-10 00:33:13 +0900
commit7fe34d1c95fa0af634fcd31fcf9ca00e177f26f5 (patch)
tree7cb354768edce8e0fb53cb9580e57cf1353dde78 /fnl/nvrc
parentabda981cd8919b3c6867d46375416c34b23a5c80 (diff)
downloadnvimrc-7fe34d1c95fa0af634fcd31fcf9ca00e177f26f5.tar.gz
nvimrc-7fe34d1c95fa0af634fcd31fcf9ca00e177f26f5.zip
feat(packs/lspconfig): ltex: switch locale to en-AU
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/packs/lspconfig.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl
index 32a1750..bc30688 100644
--- a/fnl/nvrc/packs/lspconfig.fnl
+++ b/fnl/nvrc/packs/lspconfig.fnl
@@ -29,7 +29,7 @@
 (init_lsp :clangd)
 (init_lsp :gopls)
 (init_lsp :hls)
-(init_lsp :ltex {:settings {:ltex {:language :en-GB}}})
+(init_lsp :ltex {:settings {:ltex {:language :en-AU}}})
 (init_lsp :nil_ls)
 (init_lsp :pyright {:settings {:python {:analysis {:typeCheckingMode :off}}}})
 (init_lsp :tinymist)