Wed, 25 Sep 2024 15:03:13 -0500
No LSP autostart when read-only
I think nvim actually threw out 'view' argc detection, I just use -R and alias
view to it.
952 | 1 | # vim: set ft=bash |
840 | 2 | --standard-error-output |
3 | --warning-output | |
653
cc5570b56ed6
okay, i think this is acceptable tidy
Meredith Howard <mhoward@roomag.org>
parents:
652
diff
changeset
|
4 | --converge |
952 | 5 | |
266 | 6 | --indent-columns=2 |
7 | --continuation-indentation=2 | |
952 | 8 | --extended-continuation-indentation |
9 | ||
10 | --trim-pod | |
11 | ||
12 | --maximum-line-length=90 | |
268 | 13 | --no-outdent-long-quotes |
952 | 14 | --no-outdent-long-comments |
15 | --no-outdent-labels | |
16 | ||
17 | --extended-syntax | |
18 | --sub-alias-list='method fun' | |
19 | --space-prototype-paren=2 | |
20 | --nowant-right-space="A" | |
21 | ||
22 | --break-at-old-method-breakpoints | |
23 | ||
268 | 24 | --no-blanks-before-comments |
266 | 25 | --maximum-consecutive-blank-lines=2 |
952 | 26 | |
27 | --one-line-block-semicolons=0 | |
28 | ||
266 | 29 | --all-containers-tightness=2 |
652
2d0fad481fa5
maybe this will be satisfactory
Meredith Howard <mhoward@roomag.org>
parents:
646
diff
changeset
|
30 | --block-brace-tightness=1 |
952 | 31 | --weld-nested-containers |
32 | ||
993
4856df6adb16
another perltidy tweak
Meredith Howard <mhoward@roomag.org>
parents:
952
diff
changeset
|
33 | --keyword-paren-inner-tightness=0 |
994 | 34 | --keyword-paren-inner-tightness-list='if elsif unless' |
993
4856df6adb16
another perltidy tweak
Meredith Howard <mhoward@roomag.org>
parents:
952
diff
changeset
|
35 | |
952 | 36 | --opening-token-right |
37 | ||
38 | refactor { | |
39 | --closing-side-comments | |
40 | --closing-side-comments-balanced | |
41 | --closing-side-comment-interval=100 | |
42 | --keyword-group-blanks | |
43 | } |