Initial commit
This commit is contained in:
10
lua/plugins/config/lualine.lua
Normal file
10
lua/plugins/config/lualine.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
require("lualine").setup {
|
||||
options = {
|
||||
theme = "tokyonight"
|
||||
},
|
||||
extensions = {
|
||||
"nvim-tree",
|
||||
"toggleterm",
|
||||
"quickfix"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user