mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
lualine config
This commit is contained in:
parent
374e0c26f2
commit
8163e330a0
1 changed files with 8 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue