just wanted to mess with the quiet scheme

This commit is contained in:
Delvin Yamoah 2026-04-16 10:19:55 +00:00
parent ef9606d0e4
commit 4a4c82f3a6
2 changed files with 23 additions and 0 deletions

9
lazyvim.json Normal file
View File

@ -0,0 +1,9 @@
{
"extras": [
],
"news": {
"NEWS.md": "11866"
},
"version": 8
}

View File

@ -0,0 +1,14 @@
return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
config = function()
require('lualine').setup {
options = {
icons_enabled = false,
-- component_separators = { left = '|', right = '|'},
-- section_separators = { left = '', right = '' },
path = 1,
},
}
end,
}