merged tmux and neovim line. wip though
This commit is contained in:
@@ -28,11 +28,6 @@ local opts = {
|
||||
}
|
||||
}, 'filename', 'branch', 'diff' },
|
||||
lualine_c = {
|
||||
{
|
||||
require('tmux-status').tmux_windows,
|
||||
cond = require('tmux-status').show,
|
||||
padding = { left = 3 },
|
||||
},
|
||||
},
|
||||
lualine_x = {},
|
||||
lualine_y = { 'filetype', { 'diagnostics', always_visible = true }, 'progress' },
|
||||
|
||||
@@ -13,7 +13,7 @@ M.colors = {
|
||||
|
||||
M.spec = {
|
||||
normal = {
|
||||
a = { fg = M.colors.transparent, bg = M.colors.nord8, gui = 'bold' },
|
||||
a = { fg = M.colors.nord5, bg = M.colors.nord8 },
|
||||
b = { fg = M.colors.nord5, bg = M.colors.nord1 },
|
||||
c = { fg = M.colors.transparent, bg = M.colors.transparent },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user