add language english

This commit is contained in:
Diachk 2024-06-09 21:09:36 +02:00
parent 122276f647
commit efc8715807
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,4 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.cmd("language en_US")

View file

@ -91,6 +91,10 @@ return {
},
},
lualine_x = {
{
require("noice").api.status.mode.get,
cond = require("noice").api.status.mode.has,
},
"encoding",
{
"fileformat",