diff options
| author | Chris <[email protected]> | 2021-07-10 13:40:40 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-07-10 13:40:40 -0400 | 
| commit | 50202efd0d409e51d7a0b09d8c923482e7488351 (patch) | |
| tree | 6265cfe7cda1466816b7a5d3e2d4b9c7eb38df4f | |
| parent | bec8e77b470464cf08a09ab0882b61ef27fb6c10 (diff) | |
galaxyline tweaks
| -rw-r--r-- | lua/lv-galaxyline/init.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lua/lv-galaxyline/init.lua b/lua/lv-galaxyline/init.lua index 2cb1fd24..52f5e6cb 100644 --- a/lua/lv-galaxyline/init.lua +++ b/lua/lv-galaxyline/init.lua @@ -133,7 +133,7 @@ local PythonEnv = function()    if vim.bo.filetype == "python" then      local venv = os.getenv "CONDA_DEFAULT_ENV"      if venv ~= nil then -      return "🅒 (" .. env_cleanup(venv) .. ")" +      return "  (" .. env_cleanup(venv) .. ")"      end      venv = os.getenv "VIRTUAL_ENV"      if venv ~= nil then @@ -237,7 +237,7 @@ table.insert(gls.right, {        end        return true      end, -    icon = "  ", +    icon = " ",      highlight = "StatusLineNC",    },  }) | 
