change language

This commit is contained in:
Javier Pacheco 2023-09-18 06:27:49 -05:00
parent 9b96bb57e8
commit 4752ffb5c6
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.opt.cmdheight = 0
vim.api.nvim_exec('language en_US', true)
-- Install package manager
-- https://github.com/folke/lazy.nvim
-- `:help lazy.nvim.txt` for more info
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim'
if not vim.loop.fs_stat(lazypath) then
vim.fn.system {
'git',
@ -219,7 +220,7 @@ require('lazy').setup({
--
-- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins
{ import = 'custom.plugins' },
},{})
}, {})
-- [[ Setting options ]]
-- See `:help vim.o`