initial commit

This commit is contained in:
Ubuntu
2026-06-09 14:23:18 +00:00
commit e6c4ecde86
30 changed files with 989 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
return {
'nvim-lualine/lualine.nvim',
opts = {
--theme = "solarized_light", --https://github.com/nvim-lualine/lualine.nvim/blob/master/THEMES.md
},
dependencies = { 'nvim-tree/nvim-web-devicons' }
}