colorscheme industry
This commit is contained in:
7
init.lua
7
init.lua
@ -8,8 +8,9 @@ vim.opt.tabstop = 2
|
|||||||
vim.opt.shiftwidth = 2
|
vim.opt.shiftwidth = 2
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = 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')
|
||||||
|
-- vim.cmd('colorscheme default')
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,5 +22,6 @@ return require('packer').startup(function(use)
|
|||||||
}
|
}
|
||||||
|
|
||||||
use 'nvim-treesitter/nvim-treesitter'
|
use 'nvim-treesitter/nvim-treesitter'
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user