Skip to content

Commit

Permalink
chore: add rails and remove the overseer
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Jun 6, 2024
1 parent 84629f0 commit 27c85d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/rails.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
return {
{ 'tpope/vim-rails' },
}
5 changes: 2 additions & 3 deletions home/dot_config/exact_nvim/exact_lua/exact_plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,18 +125,17 @@ return {
})
end,
},
-- Extend lualine for tasks and battery
-- Extend lualine with battery
{
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons', 'stevearc/overseer.nvim', 'justinhj/battery.nvim' },
dependencies = { 'nvim-tree/nvim-web-devicons', 'justinhj/battery.nvim' },
event = 'VeryLazy',
config = function(_, opts)
local battery = {
function()
return require('battery').get_status_line()
end,
}
table.insert(opts.sections.lualine_x, { 'overseer' })
table.insert(opts.sections.lualine_y, battery)

require('lualine').setup(opts)
Expand Down

0 comments on commit 27c85d6

Please sign in to comment.