Quellcode durchsuchen

galaxyline tweaks

Chris vor 4 Jahren
Ursprung
Commit
50202efd0d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      lua/lv-galaxyline/init.lua

+ 2 - 2
lua/lv-galaxyline/init.lua

@@ -133,7 +133,7 @@ local PythonEnv = function()
   if vim.bo.filetype == "python" then
   if vim.bo.filetype == "python" then
     local venv = os.getenv "CONDA_DEFAULT_ENV"
     local venv = os.getenv "CONDA_DEFAULT_ENV"
     if venv ~= nil then
     if venv ~= nil then
-      return "🅒 (" .. env_cleanup(venv) .. ")"
+      return "  (" .. env_cleanup(venv) .. ")"
     end
     end
     venv = os.getenv "VIRTUAL_ENV"
     venv = os.getenv "VIRTUAL_ENV"
     if venv ~= nil then
     if venv ~= nil then
@@ -237,7 +237,7 @@ table.insert(gls.right, {
       end
       end
       return true
       return true
     end,
     end,
-    icon = "  ",
+    icon = " ",
     highlight = "StatusLineNC",
     highlight = "StatusLineNC",
   },
   },
 })
 })