Karl Yngve Lervåg

Results 30 issues of Karl Yngve Lervåg

I currently use these options for braceless: ```vim let g:braceless_block_key = 'i' augroup MyBraceless autocmd! autocmd User BracelessInit nunmap J autocmd User BracelessInit iunmap autocmd FileType python BracelessEnable +indent augroup...

I've not really used latexrun much, yet, but I've heard positive things. One of these is that latexrun is able to parse the LaTeX log and print them in a...

For context, see #436. Would it be possible to also remember the current screen? E.g., if I close `ncspot` while playing and also viewing a particular playlist, it would be...

You can achieve more smooth horizontal bars by using the various utf8 box characters, e.g. the following [box elements](https://jrgraphix.net/r/Unicode/2580-259F): ``` ▏ ▎ ▍ ▌ ▋ ▊ ▉ █ █ Example:...

`vimtex#cmd#get*()` is a family of commands to parse a LaTeX command. The parser is generic and greedy, and it does not guarantee that it parses the "right amount". As it...

The generic compiler backend was added after discussion in #1898. See also slightly related issue #1797. For convenience, this is a list of things to improve: * [ ] Allow...

enhancement

I've installed this driver and it seems to work as expected for DCP-L2537DW. The (relevant) output of `sudo lpinfo -l -v`: ``` Device: uri = lpd://BRW405BD8A124F8/BINARY_P1 class = network info...

I have a couple of "random" suggestions that I think may help improve this project: * Remove the figures/media from the repo. Instead, add them either via a secondary repo,...

You've added good documentation in the README, but I think a mature Vim/neovim plugin should also be documented in the integrated help system. See `:help help-writing` for related info.