🪴 my neovim config:)
1
fork

Configure Feed

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

lylla: handle nonfile buffers

robin 4d2d24d2 fed39f2b

+15 -3
+12
config/config/lylla.lua
··· 103 103 { "%<" }, 104 104 { " " }, 105 105 lylla.component(function() 106 + if vim.bo.buftype == "" then 107 + return {} 108 + end 109 + return { 110 + vim.fn.bufname(), 111 + } 112 + end), 113 + { " " }, 114 + lylla.component(function() 106 115 return utils.get_searchcount() 107 116 end), 108 117 { "%=" }, ··· 191 200 table.insert( 192 201 t_win, 193 202 H.fortabwins(tabidx, function(_, w_iscurrent, buf) 203 + if vim.bo[buf].buftype ~= "" then 204 + return 205 + end 194 206 local winhl = (t_iscurrent and w_iscurrent) and hls.cur or hls.tab 195 207 local winhl_rev = (t_iscurrent and w_iscurrent) and hls.cur_rev or hls.tab_rev 196 208 local name = vim.fn.bufname(buf)
+3 -3
pkgs/ivy-plugins/npins/sources.json
··· 196 196 }, 197 197 "branch": "main", 198 198 "submodules": false, 199 - "revision": "5e74664b16d73740b1f1778a22982055cabb710b", 200 - "url": "https://codeberg.org/comfysage/lylla.nvim/archive/5e74664b16d73740b1f1778a22982055cabb710b.tar.gz", 201 - "hash": "sha256-rf3bCKZc4+JK5/yRzAN3s2Lny9DxAqwuNSvtLYfLIbw=" 199 + "revision": "aa4d3bcd3d4f29abedacdaabbd1369e3568af334", 200 + "url": "https://codeberg.org/comfysage/lylla.nvim/archive/aa4d3bcd3d4f29abedacdaabbd1369e3568af334.tar.gz", 201 + "hash": "sha256-8QDwMgDqFdjn8A5YnM0uQgWCmCg8ptUBcKdTLc3Fipk=" 202 202 }, 203 203 "lynn": { 204 204 "type": "Git",