From 002cb0fca8b2fd510bf25b0b3a4c42006c6a782f Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sun, 16 May 2021 02:42:08 +0300 Subject: [PATCH] [nvim] enable automatic markdown text wrapping See also dmitmel/eslint-config-dmitmel@4302a7077d33c8d4b8a9a483535a92f430a2f775 --- README.md | 6 ++++-- crosscode/btw-i-use-arch-mod/README.md | 5 ++++- nvim/coc-languages/javascript.vim | 1 + web/userscripts/README.md | 6 +++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0ce74c..8ae3c22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # dotfiles -My dotfiles (configurations and settings) for shells, text editors and other terminal programs, plus a collection of scripts. Written for and work on various UNIX-like OSes, primarily for: +My dotfiles (configurations and settings) for shells, text editors and other terminal programs, plus +a collection of scripts. Written for and work on various UNIX-like OSes, primarily for: - Arch Linux, - Linux Mint, @@ -14,6 +15,7 @@ And also a legendary project that has survived for thousands of years of develop ### **This is my personal project! No warranty is provided for running these as a superuser, I am in no way responsible for deletion of `/` with `rm -rf`, and _absolutely no support is provided_ whatsoever unless I explicitly say so personally!** -**It is also recommended for users of this repository to read the scripts they are running. I didn't write the comments just for myself!** +**It is also recommended for users of this repository to read the scripts they are running. I didn't +write the comments just for myself!** **Automatic installers are deliberately not provided.** diff --git a/crosscode/btw-i-use-arch-mod/README.md b/crosscode/btw-i-use-arch-mod/README.md index e722c7f..4b55718 100644 --- a/crosscode/btw-i-use-arch-mod/README.md +++ b/crosscode/btw-i-use-arch-mod/README.md @@ -1 +1,4 @@ -The file [`icon24.png`](icon24.png) was cropped from the file [`/usr/share/archlinux/web/arch83x31.gif`](file:///usr/share/archlinux/web/arch83x31.gif) of the AUR package [`archlinux-artwork`](https://aur.archlinux.org/packages/archlinux-artwork/) and is distributed under the CC-BY-NC-SA license. +The file [`icon24.png`](icon24.png) was cropped from the file +[`/usr/share/archlinux/web/arch83x31.gif`](file:///usr/share/archlinux/web/arch83x31.gif) of the AUR +package [`archlinux-artwork`](https://aur.archlinux.org/packages/archlinux-artwork/) and is +distributed under the CC-BY-NC-SA license. diff --git a/nvim/coc-languages/javascript.vim b/nvim/coc-languages/javascript.vim index 98b3f26..8ea16b3 100644 --- a/nvim/coc-languages/javascript.vim +++ b/nvim/coc-languages/javascript.vim @@ -19,4 +19,5 @@ let g:coc_user_config['prettier'] = { \ 'jsxBracketSameLine': v:true, \ 'arrowParens': 'always', \ 'disableSuccessMessage': v:true, +\ 'proseWrap': 'always', \ } diff --git a/web/userscripts/README.md b/web/userscripts/README.md index c118d98..b3f9c91 100644 --- a/web/userscripts/README.md +++ b/web/userscripts/README.md @@ -1 +1,5 @@ -[Tampermonkey](https://www.tampermonkey.net/) ([Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/), [Chrome extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)) is recommended for loading these as it supports installing and updating userscripts from a remote URL. +[Tampermonkey](https://www.tampermonkey.net/) +([Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/), +[Chrome extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)) +is recommended for loading these as it supports installing and updating userscripts from a remote +URL.