Working on lsp
This commit is contained in:
parent
cec6b5ba89
commit
42a3ec0172
11 changed files with 127 additions and 25 deletions
18
lua/plugins/lualine.lua
Normal file
18
lua/plugins/lualine.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
opts = {
|
||||
options = {
|
||||
theme = "codedark",
|
||||
section_separators = { left = '', right = '' },
|
||||
component_separators = '|',
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {'mode'},
|
||||
lualine_b = {'branch', 'diff', 'diagnostics'},
|
||||
lualine_c = {'filename'},
|
||||
lualine_x = {'encoding', 'filetype', 'filesize'},
|
||||
lualine_y = {'searchcount', 'selectioncount'},
|
||||
lualine_z = {'location'},
|
||||
},
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue