Ramojus Lapinskas

Results 6 issues of Ramojus Lapinskas

Minimal example of what I'm working with: `./lua/my_theme/init.lua`: ```lua local M = {} M.get_theme = function() local lush = require 'lush' local hsl = lush.hsl local bg = hsl(24, 10,...

I would like to only generate cards with content inside level 2 headings. For example this: ```markdown ## heading 2 text inside # heading 1 text inside ``` Would currently...

If I have a book reference in .bib file like this: ```bibtex @book{programmingBC19AL, author={Marije Brummel and David A. Studebaker and Christopher D. Studebaker}, title={Programming Microsoft Dynamics 365 Business Central}, edition={6},...

I've noticed two strange things with citation labels: 1. When there are more than three authors, only the letters of the first author are taken. E.g, if I set `year`...

### I've searched open issues for similar requests - [X] Yes ### I've recently downloaded the latest plugin version of mason.nvim - [x] Yes ### Problem description Executing `:Mason` returns...

We should either add a section for recommended plugin setups or add an option to mellifluous to enable custom predefined plugin setups (I have some work in progress - we...