We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de44f49 commit e51fd19Copy full SHA for e51fd19
init.lua
@@ -93,6 +93,9 @@ vim.g.maplocalleader = ' '
93
-- Set to true if you have a Nerd Font installed and selected in the terminal
94
vim.g.have_nerd_font = false
95
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
+
99
-- [[ Setting options ]]
100
-- See `:help vim.opt`
101
-- NOTE: You can change these options as you wish!
0 commit comments