Skip to content

Commit e51fd19

Browse files
authored
set language to english in init.lua
1 parent de44f49 commit e51fd19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ vim.g.maplocalleader = ' '
9393
-- Set to true if you have a Nerd Font installed and selected in the terminal
9494
vim.g.have_nerd_font = false
9595

96+
-- Set language of Vim, only needed if you prefer english over the language of your operating system
97+
vim.cmd("language en_US")
98+
9699
-- [[ Setting options ]]
97100
-- See `:help vim.opt`
98101
-- NOTE: You can change these options as you wish!

0 commit comments

Comments
 (0)