champignoom

Results 37 issues of champignoom

Steps to reproduce: 1. Open a new file with neovim plugin enabled 2. type `9iabc` 3. type `u` Expected behavior: The file should be empty. Actual behavior: 8 lines of...

bug
insert mode

## Description of the problem, including code/CLI snippet ``` $ time gitlab 2>/dev/null real 0m0,675s user 0m0,619s sys 0m0,056s ``` ## Expected Behavior Startup time should not be noticeable. ##...

cli

The version of the supported YAML is a crucial piece of information for those who want to minimize the surprises caused by earlier version of YAML.

Please provide a minimum working example in the tutorial. Currently the first example mentioning the header to include hides under "Basic Emitting" instead of "Introduction".

Newbie user trying to set up zsh. `~/.nixpkgs/darwin-configuration.nix`: ``` { config, lib, pkgs, ... }: { environment.systemPackages = [ pkgs.zsh-autosuggestions ]; services.nix-daemon.enable = true; programs.zsh.enable = true; programs.zsh.enableAutosuggestions = true;...

After running `cargo creusot`, `target/debug/` is created, where there's the mlcfg file. But then if one modifies the code and run `cargo creusot` again, nothing in `target/debug/` is changed. Of...

bug

Numeric footnote links are superscripted, but the ones mixed with non-digits (like `{^ abc123456abc}`) were mistakenly superscripted (to a mess) as well. This PR fixes the issue. Dash (`-` )...

This PR allows undoing the indenting upon leaving insert mode. For example: ```norg * heading type something with custom indent here ``` After typing the last line with cursor just...

One can now configure the icon of ordered lists simply with a sample string that represents the iconf for index 1. The icons for the rest of indices will be...

### Prerequisites - [X] I am using the latest stable release of Neovim - [X] I am using the latest version of the plugin ### Neovim Version NVIM v0.10.0-dev-1793+g808fbe67a ###...

bug