initial commit
This commit is contained in:
12
lua/plugins/lualine.lua
Normal file
12
lua/plugins/lualine.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
-- status line
|
||||
'nvim-lualine/lualine.nvim',
|
||||
lazy = false,
|
||||
config = true,
|
||||
opts = {
|
||||
options = {
|
||||
theme = "everforest",
|
||||
},
|
||||
},
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' }
|
||||
}
|
||||
Reference in New Issue
Block a user