summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-18 02:42:20 -0400
committerChris <[email protected]>2021-03-18 02:42:20 -0400
commit43f09d00ccf2d966df805d11b14ab5efe2a552cf (patch)
tree0b947463ce621aca6bdda2727a99879fa1023b16
parenta7d4044361145f2af7736a40620ea002ae8c4ced (diff)
updates
-rw-r--r--README.md4
-rw-r--r--lua/nv-galaxyline/init.lua2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3fe5c1ef..67fb11a9 100644
--- a/README.md
+++ b/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
diff --git a/lua/nv-galaxyline/init.lua b/lua/nv-galaxyline/init.lua
index 5c2396f9..57392b8a 100644
--- a/lua/nv-galaxyline/init.lua
+++ b/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'}
}