Manjunath Mohan

Results 4 comments of Manjunath Mohan

Hey, here is the code snippet to replace VimL autocmds with Lua-API ```lua local _au = vim.api.nvim_create_augroup('status_line', { clear = true }) vim.api.nvim_create_autocmd({'WinEnter', 'BufEnter'}, { pattern = "*", callback =...

Hey, all you have to do is place the icon's SVG file in `assets/icons`, and Blowfish will pick them up. @abalajiksh > Make sure icon files are named properly. For...

Hugo by default lists content by their weights and then by date. https://gohugo.io/templates/lists/#sort-content What do you think about adding `orderByWeight` to Recents (and to [terms.html](https://github.com/nunocoracao/blowfish/blob/main/layouts/_default/term.html) for cohesion)? This would allow...