lualine config

This commit is contained in:
Bryan Ramos 2024-08-13 09:15:02 -04:00
parent 374e0c26f2
commit 8163e330a0
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -97,6 +97,14 @@ cmp.setup({
},
})
require('lualine').setup {
options = {
theme = 'iceberg_dark',
component_separators = { left = '>', right = '|' },
section_separators = ''
}
}
--local dap = require("dap")
--dap.adapters.haskell = {
-- type = "executable",