-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmise.toml
More file actions
22 lines (18 loc) · 786 Bytes
/
mise.toml
File metadata and controls
22 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tools]
# Lua formatter
stylua = "latest"
# Lua linter
"aqua:Kampfkarren/selene" = "latest"
# Treesitter CLI (required by nvim-treesitter for parser compilation)
tree-sitter = "latest"
# ------------------------------------------------------------------------------
[env]
# Add mise-managed tools to PATH so Neovim can find them (e.g., tree-sitter, stylua)
_.path = ["~/.local/share/mise/shims"]
# ------------------------------------------------------------------------------
# ==============================================================================
# Compile Ruler
# ==============================================================================
[tasks.ruler] # command: mise run ruler
description = "Compile ruler to AGENTS.md"
run = "bunx @intellectronica/ruler apply"