set language in opt.lua
This commit is contained in:
parent
cc66ec846f
commit
99307f7ec2
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
-- for brevity
|
||||
local o = vim.opt
|
||||
|
||||
-- set language
|
||||
vim.cmd("language en_US.utf8")
|
||||
|
||||
-- show line numbers
|
||||
o.number = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue