Skip to content

Commit

Permalink
add stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
cschindlbeck committed Feb 29, 2024
1 parent 77b27b2 commit ecb3820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions lua/plugins/lsp-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ return {
"WhoIsSethDaniel/mason-tool-installer.nvim",
opts = {
ensure_installed = {
-- { "ansiblels", version = "1.0.2", auto_update = false }, -- ubuntu 20.04
-- { "ansible-lint", version = "6.10.0", auto_update = false }, -- ubuntu 20.04
"ansiblels", -- 1.2.1 on arch
"ansible-lint", -- 24.2.0 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
2 changes: 1 addition & 1 deletion lua/plugins/none-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return {
null_ls.builtins.formatting.markdownlint.with({
extra_args = { "--max-line-length=120" },
}),
-- null_ls.builtins.formatting.stylua, -- appears to be done anyway
null_ls.builtins.formatting.stylua, -- appears to be done anyway
null_ls.builtins.formatting.shfmt,
-- null_ls.builtins.formatting.yamlfmt,
-- MD013:
Expand Down

0 comments on commit ecb3820

Please sign in to comment.