mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 13:03:49 +00:00
silently try setting language, ignore errors if already english
This commit is contained in:
parent
557fe18bb0
commit
37bd546ea8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user