Skip to content

Commit

Permalink
fix(config): indent config.lua according to upstream
Browse files Browse the repository at this point in the history
Indent the config.lua file according to the upstream indentation style to match the rest of the codebase.
  • Loading branch information
laurigates committed Nov 7, 2024
1 parent f808a94 commit 6897a37
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions neovim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
return {
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
theme = "tokyonight",
sections = {
lualine_x = {
{
require("lazy.status").updates,
cond = require("lazy.status").has_updates,
color = { fg = "#ff9e64" },
},
},
},
},
},
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {
theme = "tokyonight",
sections = {
lualine_x = {
{
require("lazy.status").updates,
cond = require("lazy.status").has_updates,
color = { fg = "#ff9e64" },
},
},
},
},
},
}

0 comments on commit 6897a37

Please sign in to comment.