converted from packer to lazy

This commit is contained in:
Mike G 2024-09-13 21:41:37 -04:00
parent 8c70ffcc1f
commit 7b6c664ceb
14 changed files with 137 additions and 96 deletions

View file

@ -0,0 +1,12 @@
return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
config = function()
require('lualine').setup({
options = {
theme = 'nord',
},
})
end,
}