From cbfb52faf850c1e5552002fa1c93c1cd3a727a56 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Fri, 23 May 2025 01:12:42 +0300 Subject: [PATCH] mise: sort list of things --- config/mise/config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index f12d7d6..35c4853 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,13 +1,14 @@ [tools] -usage = "latest" go = "latest" golangci-lint = "latest" +golangci-lint-langserver = "latest" node = "lts" shellcheck = "latest" shfmt = "latest" +usage = "latest" [settings] experimental = true -go_set_goroot = false -go_set_gopath = false go_set_gobin = false +go_set_gopath = false +go_set_goroot = false