Added proselint for markdown.
This commit is contained in:
parent
a18e52bed6
commit
4042fc2be2
|
|
@ -86,6 +86,7 @@ in {
|
|||
xdg-terminal-exec
|
||||
blueman
|
||||
upower
|
||||
proselint # for prose lint
|
||||
] ++ # Basic utilities
|
||||
[ bitwarden-cli htop snore hledger hledger-ui ]
|
||||
++ # Personalized selection of command-line (CLI/TUI) apps
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@
|
|||
}
|
||||
{
|
||||
# When the filetype=markdown option is set (automatically), set word wrap on
|
||||
name = "BufSetOption";
|
||||
name = "WinSetOption";
|
||||
option = "filetype=markdown";
|
||||
commands = "add-highlighter buffer wrap -word";
|
||||
commands = "set-option window lintcmd \"proselint\"";
|
||||
}
|
||||
];
|
||||
keyMappings = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue