1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00
Files
linux-nixos-hyprland-config…/home/.config/helix/languages.toml
xnm dce7bee71c Added tools & updated hyprlock config
Changelog:
- Added packages: `emmet-language-server`, `gitleaks`, `trunk`
- Changed time format in `hyprlock` from 24-hour to 12-hour format
- Configured `emmet-language-server` for the `helix` editor
2024-08-16 16:27:34 +03:00

34 lines
608 B
TOML

[language-server]
emmet-lsp = { command = "emmet-language-server", args = ["--stdio"] }
[[language]]
name = "html"
language-servers = [ "emmet-lsp", "vscode-html-language-server" ]
[[language]]
name = "javascript"
auto-format = true
[[language]]
name = "jsx"
auto-format = true
[[language]]
name = "typescript"
auto-format = true
[[language]]
name = "tsx"
auto-format = true
[language-server.rust-analyzer.config]
checkOnSave = { command = "clippy" }
[[language]]
name = "config"
scope = "source.conf"
file-types = [ "conf" ]
comment-token = "#"
roots = []
indent = { tab-width = 4, unit = " " }