[nvim] enable automatic markdown text wrapping

See also dmitmel/eslint-config-dmitmel@4302a7077d
This commit is contained in:
Dmytro Meleshko 2021-05-16 02:42:08 +03:00
parent cbaeeb2f13
commit 002cb0fca8
4 changed files with 14 additions and 4 deletions

View File

@ -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.**

View File

@ -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.

View File

@ -19,4 +19,5 @@ let g:coc_user_config['prettier'] = {
\ 'jsxBracketSameLine': v:true,
\ 'arrowParens': 'always',
\ 'disableSuccessMessage': v:true,
\ 'proseWrap': 'always',
\ }

View File

@ -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.