Chris 4 years ago
parent
commit
43f09d00cc
2 changed files with 4 additions and 2 deletions
  1. 3 1
      README.md
  2. 1 1
      lua/nv-galaxyline/init.lua

+ 3 - 1
README.md

@@ -54,14 +54,16 @@ go get github.com/mattn/efm-langserver@HEAD
 
 **HIGH PRIORITY**
 - formatting using efm server for prettier/eslint
+- redo barbar highlight groups
 - learn what opt is
 - better install script, support both nvim and nvcode paths
 - learn nvim-dap in depth
 - snippet support
 - for vsnip :h vim-vsnip, also figure out what integr does
+- list all binaries needed for functionality
+- potentially switch to dashboard
 
 **LOW PRIORITY**
-- redo barbar highlight groups
 - make java code actions prettier
 - figure out how to customize java formatting
 - setup junit tests for java

+ 1 - 1
lua/nv-galaxyline/init.lua

@@ -66,7 +66,7 @@ gls.left[3] = {
     GitBranch = {
         provider = 'GitBranch',
         condition = condition.check_git_workspace,
-        separator = '',
+        separator = ' ',
         separator_highlight = {'NONE', colors.bg},
         highlight = {colors.grey, colors.bg, 'bold'}
     }