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 2, 2024
1 parent 76d3f45 commit ff374d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lua/plugins/lsp-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ return {
"WhoIsSethDaniel/mason-tool-installer.nvim",
opts = {
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
"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
"black",
"docker-compose-language-service",
"dockerls",
Expand Down
8 changes: 4 additions & 4 deletions lua/plugins/none-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ return {
extra_args = { "--max-line-length=120" },
}),
-- null_ls.builtins.diagnostics.luacheck,
null_ls.builtins.diagnostics.pylama.with({
extra_args = { "--max-line-length=120" },
}),
null_ls.builtins.diagnostics.shellcheck, -- shell script diagnostics
-- null_ls.builtins.diagnostics.pylama.with({
-- extra_args = { "--max-line-length=120" },
-- }),
-- null_ls.builtins.diagnostics.shellcheck, -- shell script diagnostics
-- null_ls.builtins.diagnostics.yamllint,

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

0 comments on commit ff374d4

Please sign in to comment.