From 37bd546ea8c7dd5cd3172b9d65ac4a3f27e7b020 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Mon, 21 Oct 2024 21:09:20 +0200 Subject: [PATCH] silently try setting language, ignore errors if already english --- lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/options.lua b/lua/options.lua index 035d00e..7cbe9b6 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -4,7 +4,7 @@ -- For more options, you can see `:help option-list` -- Set display language -vim.cmd 'language en_US' +vim.cmd 'silent! language en_US' -- Shell options -- Sets the shell to use for system() and ! commands in windows