mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-04 00:26:42 -07:00
Update to use nvim for mergetool & battery config update
This commit is contained in:
parent
90571fac9e
commit
285f132d14
3 changed files with 12 additions and 10 deletions
|
@ -181,7 +181,9 @@ gls.right[4] = {
|
|||
gls.right[5] = {
|
||||
BatteryNvim = {
|
||||
provider = function()
|
||||
return require 'battery'.get_status_line()
|
||||
local status = require 'battery'.get_status_line()
|
||||
local formatted = string.format(status)
|
||||
return formatted
|
||||
end,
|
||||
separator = '',
|
||||
separator_highlight = { colors.bg, colors.purple },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue