-
Using NeoVim 0.8 I first noticed it a week or so ago when I added in LSP. At first I thought it was just because I was struggling to setup LSP and DAP but now that is done I am still seeing the caret in split window mode. Even if I exclude LSP I still see the caret. I don't often use split windows so I am not sure whether the problem was going to NeoVim 0.8 or something else... If I use nvim -u NONE and split the window the status bar is fine. So it does seem that onedarkpro is the problem. Enabling that causes Lualine to get these carets? Is there any way to stop this behaviour in Lualine? Or is there a way I can troubleshoot this? It seems there is nothing obviously in the configuration that would cause/allow this behaviour. lualine.lua is very standard copy/paste with no customisation - just some options set: lualine.setup { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OliMorris\OneDarkPro identified a thread with the fix: adding the following snippet to the setup() solved the problem: |
Beta Was this translation helpful? Give feedback.
OliMorris\OneDarkPro identified a thread with the fix: adding the following snippet to the setup() solved the problem:
highlights = {StatusLine = { bg = "NONE", fg = "NONE" }},