Update init.lua
This commit is contained in:
parent
e51fd19e14
commit
f0d0da5611
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -94,7 +94,7 @@ vim.g.maplocalleader = ' '
|
|||
vim.g.have_nerd_font = false
|
||||
|
||||
-- Set language of Vim, only needed if you prefer english over the language of your operating system
|
||||
vim.cmd("language en_US")
|
||||
vim.cmd 'language en_US'
|
||||
|
||||
-- [[ Setting options ]]
|
||||
-- See `:help vim.opt`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue