🪴 my neovim config:)
1
fork

Configure Feed

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

lylla: reload lsp on `LspAttach`

robin b268f697 78498fcc

+1 -1
+1 -1
config/config/lylla.lua
··· 79 79 { { "fmt :: " }, { get_fmt() or "none" } }, 80 80 { " | ", "NonText" }, 81 81 } 82 - end, { events = { "FileType" } }), 82 + end, { events = { "FileType", "LspAttach" } }), 83 83 lylla.component(function() 84 84 if not vim.o.ruler then 85 85 return ""