🪴 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ui: add diagnostic statusline separator

robin 453f1033 b8145130

+1
+1
config/lua/ivy/plugins/lylla.lua
··· 78 78 end, { 79 79 events = { "DiagnosticChanged" }, 80 80 }), 81 + { " " }, 81 82 component(function() 82 83 return { 83 84 { { "lsp :: " }, { utils.get_client() or "none" } },