notes/.config/nvim/after/plugin/lualine.lua
2022-12-18 18:17:43 -08:00

3 lines
62 B
Lua

require('lualine').setup({
options = { them = 'nord' }
})