Skip to content

Commit

Permalink
fix(pack): remove selene from Lua pack
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jun 6, 2023
1 parent 7f72b6b commit c819d8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion lua/astrocommunity/pack/lua/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ This plugin pack does the following:
- Adds `lua` Treesitter parser
- Adds `lua_ls` language server
- Adds `stylua` formatter
- Adds `selene` linter
4 changes: 1 addition & 3 deletions lua/astrocommunity/pack/lua/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ return {
},
{
"jay-babu/mason-null-ls.nvim",
opts = function(_, opts)
opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, { "stylua", "selene" })
end,
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, "stylua") end,
},
}

0 comments on commit c819d8d

Please sign in to comment.