mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-27 23:40:07 +02:00
set statusline with lualine
This commit is contained in:
parent
06c74c3466
commit
baa916df66
3 changed files with 10 additions and 15 deletions
9
lua/custom/plugins/lualine.lua
Normal file
9
lua/custom/plugins/lualine.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'nvim-lualine/lualine.nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||
opts = {
|
||||
options = {
|
||||
theme = 'auto',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue