update
This commit is contained in:
parent
32d0b39709
commit
bb18a1eac1
1 changed files with 8 additions and 8 deletions
16
init.lua
16
init.lua
|
|
@ -248,11 +248,15 @@ require("lazy").setup({
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
opts = {
|
opts = {
|
||||||
sections = {
|
sections = {
|
||||||
lualine_c = {
|
lualine_b = {
|
||||||
function()
|
|
||||||
return require('lsp-progress').progress()
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
|
lualine_c = {
|
||||||
|
{
|
||||||
|
'filename',
|
||||||
|
path = 3,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
lualine_x = { 'encoding', 'fileformat', 'filetype', 'lsp_status', 'diagnostics', 'branch' },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' }
|
dependencies = { 'nvim-tree/nvim-web-devicons' }
|
||||||
|
|
@ -296,10 +300,6 @@ require("lazy").setup({
|
||||||
live_update = true
|
live_update = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'linrongbin16/lsp-progress.nvim',
|
|
||||||
opts = {}
|
|
||||||
},
|
|
||||||
{ "cappyzawa/trim.nvim", opts = {} },
|
{ "cappyzawa/trim.nvim", opts = {} },
|
||||||
'rhaiscript/vim-rhai'
|
'rhaiscript/vim-rhai'
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue