riodelphino

Results 12 issues of riodelphino

I tried to use this plugin, but it shows an error message below. `...ker/start/nvim-todoist.lua/lua/nvim-todoist/lib/json.lua:185: unexpected character 'G' at line 1 col 1` and the json returend by todoist in api.lua...

### Changing - Add support for `options` - Modified file structure - `formatter.header_link` is customizable now - Modified README.md - Cross file navigation with heading. - Jumps from `[link](filename#sumary)` directly...

Although some nvim plugins treat [-] as pending state, but tree-sitter-markdown treat it as link, and unfortunately concealed. My desire is to set it as pending state, and keep shown....

Features - Allow customizable buffer names via a user-defined function - Support reading YAML frontmatter for dynamic buffer naming Details - Added support for customizing buffer names through the `buf.name.formatter`...

Initially, I added [this sample code](https://github.com/zk-org/zk-nvim/issues/68#issuecomment-2883787761) to implement the `:ZkGrep` command. Then I merged the changes from #171 into the latest `main` branch, and extended it based on the above...

Related to this feature request #1040 Though `bufferline.nvim` already has the function `move_to()` in `bufferline/commands.lua` to move the buffer to first or last (https://github.com/akinsho/bufferline.nvim/pull/675), they are not supported as built-in...

### What? Though `bufferline.nvim` already has the function `move_to()` in `bufferline/commands.lua` to move the buffer to first or last (#675), they are not supported as built-in commands. ### Why? To...

enhancement

extracted from #38, reopened from #46 I reconsidered and tried again. It's clean because it was modified based on upstream. It was easier than solving the conflicts. My code may...

I'm not sure whether this feature is important for other users. But this is essential for my daily use. It’s convenient for users who include a `group` section in `config.toml`...

Easy Integration for bufferline. ## Feature - Add config for customizing buffer name - Use `zk.list` instead of `lyaml`, to fetch zk note information. (title, tags, e.t.c.)