1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

updated helix config for version 23.10

This commit is contained in:
XNM
2023-10-31 20:02:49 +02:00
parent ca058da95d
commit be18d69d05

View File

@@ -14,9 +14,8 @@ auto-format = true
name = "tsx" name = "tsx"
auto-format = true auto-format = true
[[language]] [language-server.rust-analyzer.config]
name = "rust" checkOnSave = { command = "clippy" }
config = { checkOnSave = { command = "clippy" } }
[[language]] [[language]]
name = "config" name = "config"
@@ -24,4 +23,4 @@ scope = "source.conf"
file-types = [ "conf" ] file-types = [ "conf" ]
comment-token = "#" comment-token = "#"
roots = [] roots = []
indent = { tab-width = 4, unit = " " } indent = { tab-width = 4, unit = " " }