redundant

This commit is contained in:
Sridhar Ratnakumar 2022-04-16 13:00:33 -04:00
parent 99fcbdaa7e
commit 7e5668a40b

View file

@ -29,11 +29,3 @@ vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
-- lualine setup
require('lualine').setup {
options = {
theme = 'tokyonight'
}
}