WhoIsSethDaniel / lualine-lsp-progress.nvim

LSP progress lualine component
MIT License
62 stars 3 forks source link

janky spinner. what's the problem? #17

Open effinsky opened 6 months ago

effinsky commented 6 months ago

I only want to use the spinner but it's super janky.

mutate_section_c {
  "lsp_progress",
  display_components = { "spinner" },
  separators = {
    component = " ",
    progress = " | ",
    spinner = { pre = " ", post = " " },
  },
  timer = { spinner = 500 },
  spinner_symbols = {
    "[    ]",
    "[=   ]",
    "[==  ]",
    "[=== ]",
    "[====]",
    "[ ===]",
    "[  ==]",
    "[   =]",
    "[    ]",
    "[   =]",
    "[  ==]",
    "[ ===]",
    "[====]",
    "[=== ]",
    "[==  ]",
    "[=   ]",
  },
}

thanks in advance for the consideration!

WhoIsSethDaniel commented 6 months ago

What does 'super janky' mean? I've copied your config and it looks as I would expect.

effinsky commented 6 months ago

https://github.com/WhoIsSethDaniel/lualine-lsp-progress.nvim/assets/54535543/56278fd8-32d9-4b90-b163-8be54ef8adb5

how's it looking at your end?