Skip to content

Commit

Permalink
🐛 remove not relevant ensure_installed modules for mason
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanramoul committed Feb 8, 2024
1 parent 6aa222e commit 5ad4a06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions dotfiles/.config/nvim/after/plugin/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ require("mason").setup({

require("mason-lspconfig").setup{
ensure_installed = {
"es-lint-lsp",
"prettier",
"cmake",
"mypy",
"ruff",
"rust-analyzer",
"pyright",
},
automatic_installation = true,
Expand Down
4 changes: 0 additions & 4 deletions dotfiles/.config/nvim/lua/ray/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,10 @@ return {
'williamboman/mason.nvim',
opts = {
ensure_installed = {
"es-lint-lsp",
"eslint",
"prettier",
"black",
"cmake",
"mypy",
"ruff",
"rust-analyzer",
"pyright",
"svelte",
"tsls",
Expand Down

0 comments on commit 5ad4a06

Please sign in to comment.