mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-11 05:51:56 +00:00
Chore(lint): markdownlint config changes, tweak
This commit is contained in:
@@ -12,21 +12,7 @@
|
|||||||
"no-duplicate-heading": {
|
"no-duplicate-heading": {
|
||||||
"siblings_only": true
|
"siblings_only": true
|
||||||
},
|
},
|
||||||
"ol-prefix": {
|
"required-headings": false,
|
||||||
"style": "ordered"
|
|
||||||
},
|
|
||||||
"proper-names": {
|
|
||||||
"code_blocks": false,
|
|
||||||
"names": [
|
|
||||||
"Cake.Markdownlint",
|
|
||||||
"CommonMark",
|
|
||||||
"JavaScript",
|
|
||||||
"Markdown",
|
|
||||||
"markdown-it",
|
|
||||||
"markdownlint",
|
|
||||||
"Node.js"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"ul-style": {
|
"ul-style": {
|
||||||
"style": "dash"
|
"style": "dash"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,4 +47,6 @@ have antigen && {
|
|||||||
# starship is present
|
# starship is present
|
||||||
have starship && eval "$(starship init zsh)"
|
have starship && eval "$(starship init zsh)"
|
||||||
|
|
||||||
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh ] && source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh
|
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh ] \
|
||||||
|
&& source "${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf.zsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user