Update init.lua
This commit is contained in:
parent
e51fd19e14
commit
f0d0da5611
2
init.lua
2
init.lua
|
@ -94,7 +94,7 @@ vim.g.maplocalleader = ' '
|
||||||
vim.g.have_nerd_font = false
|
vim.g.have_nerd_font = false
|
||||||
|
|
||||||
-- Set language of Vim, only needed if you prefer english over the language of your operating system
|
-- 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 ]]
|
-- [[ Setting options ]]
|
||||||
-- See `:help vim.opt`
|
-- See `:help vim.opt`
|
||||||
|
|
Loading…
Reference in New Issue