diff --git a/modules/home-manager/myHome/neovim/lsp_servers.nix b/modules/home-manager/myHome/neovim/lsp_servers.nix index a75c28e3..49062c7b 100644 --- a/modules/home-manager/myHome/neovim/lsp_servers.nix +++ b/modules/home-manager/myHome/neovim/lsp_servers.nix @@ -56,7 +56,7 @@ { lintCommand = "golangci-lint run --fix=false --out-format=line-number \${INPUT}"; lintStdin = false; - lintFormats = ["%f:%l: %m"]; + lintFormats = [ "%f:%l: %m" ]; } ]; json = [ prettier ];