delete unused parameter in options

This commit is contained in:
Baipyrus 2024-08-01 10:50:55 +02:00
parent 37ccad6701
commit 12aa2d8a7b

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 'language en_US'
-- Shell options
-- Sets the shell to use for system() and ! commands in windows