From b0d943a846c2a3bfd59dad1719b879026cefd9a0 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Mon, 18 Nov 2024 13:03:28 +0200 Subject: [PATCH 1/2] chore: add .markdownlint.json to disable annoying rules --- .markdownlint.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..98cf8ac --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,29 @@ +{ + "comment": "Disables rules that may conflict with Prettier", + + "blanks-around-fences": false, + "blanks-around-headings": false, + "blanks-around-lists": false, + "code-fence-style": false, + "emphasis-style": false, + "heading-start-left": false, + "hr-style": false, + "line-length": false, + "list-indent": false, + "list-marker-space": false, + "no-blanks-blockquote": false, + "no-hard-tabs": false, + "no-missing-space-atx": false, + "no-missing-space-closed-atx": false, + "no-multiple-blanks": false, + "no-multiple-space-atx": false, + "no-multiple-space-blockquote": false, + "no-multiple-space-closed-atx": false, + "no-trailing-spaces": false, + "ol-prefix": false, + "strong-style": false, + "ul-indent": false, + + "MD046": false, + "no-inline-html": false +} From f47aac1ab28ea6e85e88f5636792758339c43415 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Mon, 18 Nov 2024 13:03:41 +0200 Subject: [PATCH 2/2] docs: add dotfyle.com shield to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cbd335d..bfd2a52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # blink-ripgrep.nvim + + shield image for plugin usage + + Ripgrep source for the [blink.cmp](https://github.com/Saghen/blink.cmp) completion plugin.