sineptic

Results 23 issues of sineptic

### 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 mason doesn't see...

installation-issue

**Plugin information (please complete the following information):** - OS: Arch Linux - Templater version: 2.1.4 - Obsidian version: 1.5.3 - Templater settings: default **Describe the bug** in all dynamic templates()...

bug
wontfix

I know that nearly same issue(#63) exist. BUT in my situation cursor jumps in the same location every time. Mb it happens because it's plugin bug. [Screencast from 2024-05-22 18-10-21.webm](https://github.com/rcarriga/nvim-notify/assets/98404983/fede7af4-1bc8-4e2d-ba6c-43b9c158fdd1)...

### Description I use [difftastic](https://difftastic.wilfred.me.uk/git.html) on my system as diff tool. When I call `git diff` in terminal output is colorized, but when I run `:Telescope git_bcommits`(or other command with...

bug

# Description In config documentation no description how to change commit graph icons. My font display those symbols bad and I want to change it. --- I think this is...

bug

I whant to use [difftastic](https://difftastic.wilfred.me.uk/), but `vim.diff()` provide only 4 algorithms.

I want change height for preview window. I found only how change height, in documentation(in nvim) search for "height" displays 0 matches.

I use cattpuccin theme and your plugin show this ![Screenshot from 2024-08-06 16-17-11](https://github.com/user-attachments/assets/25438d37-2c06-48fa-a6ac-0cae16cc4df3) with ugly selection color. What theme color you show and how I can change it?

When i run my parser(application). There is this error ``` thread 'main' panicked at /home/sineptic/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stacker-0.1.15/src/lib.rs:197:21: setting stack permissions failed with: Cannot allocate memory (os error 12) note: run with `RUST_BACKTRACE=1`...

Is there any function that read only if in input pattern occurs EXACTLY N times. existed function `exactly()` read even if there more than N occurs. ```rust // This don't...