feat(nvim): add lsp status on lualine
This commit is contained in:
parent
1fae0a73d3
commit
13e83c7dfd
2 changed files with 49 additions and 30 deletions
common/home/neovim/plugins
|
@ -1,6 +1,9 @@
|
|||
require('lualine').setup({
|
||||
options = {
|
||||
theme = 'dracula',
|
||||
globalstatus = true
|
||||
globalstatus = true,
|
||||
},
|
||||
sections = {
|
||||
lualine_x = {'g:coc_status', 'bo:filetype'},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue