Update init.lua

This commit is contained in:
Kasper B. Graversen 2024-12-20 23:49:37 +01:00 committed by GitHub
parent e51fd19e14
commit f0d0da5611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`