mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
delete unused parameter in options
This commit is contained in:
parent
37ccad6701
commit
12aa2d8a7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user