silently try setting language, ignore errors if already english

This commit is contained in:
Baipyrus 2024-10-21 21:09:20 +02:00
parent 557fe18bb0
commit 37bd546ea8

View File

@ -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