mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: remove vale
This commit is contained in:
@@ -42,7 +42,6 @@
|
|||||||
~/.tmux-cht-command: tmux/tmux-cht-command
|
~/.tmux-cht-command: tmux/tmux-cht-command
|
||||||
~/.tmux-cht-languages: tmux/tmux-cht-languages
|
~/.tmux-cht-languages: tmux/tmux-cht-languages
|
||||||
~/.tmux.conf: tmux/tmux.conf
|
~/.tmux.conf: tmux/tmux.conf
|
||||||
~/.vale.ini: style/vale.ini
|
|
||||||
~/.wezterm.lua: wezterm/wezterm.lua
|
~/.wezterm.lua: wezterm/wezterm.lua
|
||||||
~/.wget: url/wget
|
~/.wget: url/wget
|
||||||
~/.zsh.d: zsh/zsh.d
|
~/.zsh.d: zsh/zsh.d
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
Astro
|
|
||||||
Autostadt
|
|
||||||
Ganache
|
|
||||||
[Bb]lockchain
|
|
||||||
[Bb]undler
|
|
||||||
[Dd]otbot
|
|
||||||
[Dd]otfiles
|
|
||||||
[Ee]thereum
|
|
||||||
[Hh]ammerspoon
|
|
||||||
[Ii]mmer
|
|
||||||
[Nn]eovim
|
|
||||||
[Pp]andoc
|
|
||||||
[Pp]react
|
|
||||||
[Rr]aycast
|
|
||||||
[Ss]erverless
|
|
||||||
[Tt]mux
|
|
||||||
[Tt]oolchain
|
|
||||||
[Vv]ite
|
|
||||||
[Vv]ue
|
|
||||||
[Zz]sh
|
|
||||||
2
Brewfile
2
Brewfile
@@ -401,8 +401,6 @@ brew "ttyd", args: ["HEAD"]
|
|||||||
brew "unar"
|
brew "unar"
|
||||||
# URL extractor/launcher
|
# URL extractor/launcher
|
||||||
brew "urlview"
|
brew "urlview"
|
||||||
# Syntax-aware linter for prose
|
|
||||||
brew "vale"
|
|
||||||
# Image processing library
|
# Image processing library
|
||||||
brew "vips"
|
brew "vips"
|
||||||
# Watch files and take action when they change
|
# Watch files and take action when they change
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
StylesPath = .vale
|
|
||||||
|
|
||||||
MinAlertLevel = suggestion
|
|
||||||
Vocab = Base
|
|
||||||
|
|
||||||
Packages = proselint, write-good
|
|
||||||
|
|
||||||
[*.{md,mdx,txt}]
|
|
||||||
BasedOnStyles = Vale, proselint, write-good
|
|
||||||
|
|
||||||
# Turn off rules
|
|
||||||
Vale.Terms = NO
|
|
||||||
Vale.Spelling = NO
|
|
||||||
write-good.E-Prime = NO
|
|
||||||
|
|
||||||
[formats]
|
|
||||||
njk = html
|
|
||||||
Reference in New Issue
Block a user