mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
initial commit
This commit is contained in:
14
modules/home-manager/nvim/old/lua/plugins/lualine.lua
Normal file
14
modules/home-manager/nvim/old/lua/plugins/lualine.lua
Normal file
@ -0,0 +1,14 @@
|
||||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
local theme = require("lualine.themes.carbonfox")
|
||||
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
theme = theme,
|
||||
globalstatus = true,
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
Reference in New Issue
Block a user