[vim,tmux] update status line
This commit is contained in:
@@ -53,10 +53,10 @@ require('lualine').setup({
|
|||||||
mode = 2
|
mode = 2
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
lualine_b = {},
|
lualine_b = {
|
||||||
lualine_c = {
|
|
||||||
require('nvim-navic').get_location
|
require('nvim-navic').get_location
|
||||||
},
|
},
|
||||||
|
lualine_c = {},
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
'lsp_progress'
|
'lsp_progress'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ let g:airline_powerline_fonts = 1
|
|||||||
let g:tmuxline_preset = {
|
let g:tmuxline_preset = {
|
||||||
\'a' : ['#H'],
|
\'a' : ['#H'],
|
||||||
\'win' : ['#I', '#W'],
|
\'win' : ['#I', '#W'],
|
||||||
\'cwin' : ['#[fg=default,bold]#I', '#W'],
|
\'cwin' : ['#[fg=black,bold]#I', '#W'],
|
||||||
\'y' : ['%R'],
|
\'y' : ['%R'],
|
||||||
\'z' : ['#S']}
|
\'z' : ['#S']}
|
||||||
let g:tmuxline_status_justify = 'left'
|
let g:tmuxline_status_justify = 'left'
|
||||||
|
|||||||
Reference in New Issue
Block a user