Chris 4 år sedan
förälder
incheckning
7e5d2e0d44
2 ändrade filer med 2 tillägg och 23 borttagningar
  1. 2 0
      README.md
  2. 0 23
      lua/nv-galaxyline/init.lua

+ 2 - 0
README.md

@@ -34,3 +34,5 @@ sudo rm -r neovim
 - snippet support
 - move language servers not installed with npm to neovim local share location
 - hop.nvim
+- lspkind
+- react commenting

+ 0 - 23
lua/nv-galaxyline/init.lua

@@ -25,29 +25,6 @@ local buffer_not_empty = function()
   return false
 end
 
--- gls.left[1] = {
---   FirstElement = {
---     -- provider = function() return '▋' end,
---     provider = function() return ' ' end,
---     highlight = {colors.bg,colors.bg}
---   },
--- }
--- gls.left[2] = {
---   ViMode = {
---     provider = function()
---       local alias = {n = 'NORMAL',i = 'INSERT',c= 'COMMAND',V= 'VISUAL', [''] = 'VISUAL'}
---       return alias[vim.fn.mode()]
---     end,
---     separator = ' ',
---     separator_highlight = {colors.yellow,function()
---       if not buffer_not_empty() then
---         return colors.purple
---       end
---       return colors.purple
---     end},
---     highlight = {colors.grey,colors.purple,'bold'},
---   },
--- }
 gls.left[2] = {
   ViMode = {
     provider = function()