From 12aa2d8a7bfca99c038079343c04aa184be7fcd2 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Thu, 1 Aug 2024 10:50:55 +0200 Subject: [PATCH] delete unused parameter in options --- lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/options.lua b/lua/options.lua index 00b5ee8..6338d72 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 'language en_US' -- Shell options -- Sets the shell to use for system() and ! commands in windows