parent
8b85cf7c9e
commit
0887d2a5bb
6 changed files with 1439 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ return {
|
|||
markdown = { "markdownlint" },
|
||||
nim = { "nimpretty" },
|
||||
php = { "pint" },
|
||||
python = { "blue" },
|
||||
python = { "ruff" },
|
||||
scss = { "prettierd", "prettier", stop_after_first = true },
|
||||
sh = { "shfmt" },
|
||||
typescript = { "prettierd", "prettier", stop_after_first = true },
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ return {
|
|||
javascriptreact = { "eslint_d" },
|
||||
typescriptreact = { "eslint_d" },
|
||||
-- astro = { "eslint_d" },
|
||||
python = { "pylint" },
|
||||
python = { "ruff" },
|
||||
sh = { "shellcheck" },
|
||||
NeogitCommitMessage = { "gitlint" },
|
||||
gitcommit = { "gitlint" },
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
ruff = {},
|
||||
rust_analyzer = {
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ return {
|
|||
opts = {
|
||||
ensure_installed = {
|
||||
"blue",
|
||||
"pylint",
|
||||
"ruff",
|
||||
"eslint_d",
|
||||
"markdownlint",
|
||||
"nimlsp",
|
||||
|
|
|
|||
1434
chezmoi/dot_config/zsh/completions/_rye
Normal file
1434
chezmoi/dot_config/zsh/completions/_rye
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -18,6 +18,7 @@ export NODE_PATH="$NPM_PACKAGES/lib/node_modules${NODE_PATH:+:$NODE_PATH}"
|
|||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||
export ESLINT_USE_FLAT_CONFIG=true
|
||||
. "$HOME/.cargo/env"
|
||||
source "$HOME/.rye/env"
|
||||
|
||||
# Unset manpath so we can inherit from /etc/manpath via the `manpath`
|
||||
# command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue