mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
Clean up utils
This commit is contained in:
parent
e0feea9407
commit
05e587cfc0
1 changed files with 0 additions and 3 deletions
|
@ -182,9 +182,6 @@ M.reload_theme = function(theme_name)
|
||||||
_G.galaxyline_providers.DiagnosticInfo = diagnostic.get_diagnostic_info
|
_G.galaxyline_providers.DiagnosticInfo = diagnostic.get_diagnostic_info
|
||||||
|
|
||||||
return true
|
return true
|
||||||
-- open a buffer and close it to reload the statusline
|
|
||||||
-- vim.cmd("new|bwipeout")
|
|
||||||
-- commented out here as it will not work with telescope picker
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Reference in a new issue