activate line numbers
This commit is contained in:
2
init.lua
2
init.lua
@ -8,6 +8,8 @@ vim.opt.tabstop = 2
|
|||||||
vim.opt.shiftwidth = 2
|
vim.opt.shiftwidth = 2
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
|
||||||
|
vim.opt.number = true
|
||||||
|
|
||||||
-- vim.o.background = "light"
|
-- vim.o.background = "light"
|
||||||
-- vim.cmd("colorscheme morning")
|
-- vim.cmd("colorscheme morning")
|
||||||
vim.cmd('colorscheme industry')
|
vim.cmd('colorscheme industry')
|
||||||
|
Reference in New Issue
Block a user