Skip to content

Commit

Permalink
feat: set the language to English
Browse files Browse the repository at this point in the history
  • Loading branch information
XXiaoA committed Feb 3, 2024
1 parent 8bfb0be commit 1014c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ g.loaded_netrwPlugin = 1
g.loaded_netrwSettings = 1
g.loaded_netrwFileHandlers = 1

-- set the language to English
vim.cmd("language en_US.utf8")
-- 鼠标
o.mouse = "nv" -- "a"
-- backup dir
Expand Down

0 comments on commit 1014c9e

Please sign in to comment.