Skip to content

Commit

Permalink
feat(nvim): don't manage stylua in Mason
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Feb 2, 2024
1 parent 6d72d17 commit 8645742
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,11 @@ return {
"pyright",
"shellcheck",
"shfmt",
"stylua",
"terraform-ls",
"yaml-language-server",
-- Managed via Nix, DO NOT INSTALL IN MASON
-- "stylua",
-- "alejandra",
},
},
---@param opts MasonSettings | {ensure_installed: string[]}
Expand Down

0 comments on commit 8645742

Please sign in to comment.