Skip to content

Commit

Permalink
Uncomment for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cschindlbeck committed Oct 3, 2024
1 parent 879399d commit 461c40d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ local vscode = {
end,
}

return vscode
return nord
2 changes: 1 addition & 1 deletion lua/plugins/lsp-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ return {
ensure_installed = {
"ansiblels", -- 1.2.1 on arch
-- { "ansible-lint", version = "6.10.0", auto_update = false }, -- ubuntu 20.04
"ansible-lint", -- 24.2.0 on arch
-- "ansible-lint", -- 24.2.0 on arch
"bashls",
"black",
"docker-compose-language-service",
Expand Down
12 changes: 6 additions & 6 deletions lua/plugins/none-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return {
}),
null_ls.builtins.formatting.stylua, -- appears to be done anyway
null_ls.builtins.formatting.shfmt,
null_ls.builtins.formatting.shellharden,
-- null_ls.builtins.formatting.shellharden, -- needs cargo
-- null_ls.builtins.formatting.yamlfmt,
-- MD013:
-- # Number of characters
Expand All @@ -36,11 +36,11 @@ return {
extra_args = { "--max-line-length=120" },
}),
-- null_ls.builtins.diagnostics.selene, -- lua needs glibc2.33 not available on ubuntu2004
null_ls.builtins.diagnostics.pylint.with({
diagnostics_postprocess = function(diagnostic)
diagnostic.code = diagnostic.message_id
end,
}),
-- null_ls.builtins.diagnostics.pylint.with({
-- diagnostics_postprocess = function(diagnostic)
-- diagnostic.code = diagnostic.message_id
-- end,
-- }),
null_ls.builtins.diagnostics.yamllint,

----------------
Expand Down

0 comments on commit 461c40d

Please sign in to comment.