瀏覽代碼

update galaxyline

Chris 4 年之前
父節點
當前提交
3033af93c9
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 0 1
      init.vim
  2. 8 0
      lua/galaxy-line.lua

+ 0 - 1
init.vim

@@ -24,7 +24,6 @@ else
   " Themes
   source $HOME/.config/nvim/themes/syntax.vim
   source $HOME/.config/nvim/themes/nvcode.vim
-  " source $HOME/.config/nvim/themes/airline.vim
 
   " Plugin Configuration
   source $HOME/.config/nvim/keys/which-key.vim

+ 8 - 0
lua/galaxy-line.lua

@@ -180,6 +180,14 @@ gls.right[4] = {
 --   }
 -- }
 
+gls.short_line_left[1] = {
+  LeftEnd = {
+    provider = function() return ' ' end,
+    separator = ' ',
+    separator_highlight = {colors.purple,colors.bg},
+    highlight = {colors.purple,colors.bg}
+  }
+}
 
 -- gls.short_line_right[1] = {
 --   BufferIcon = {