nvpunk-config/plugins.lua
Paul Schulze c3bfa34586 disable mason-tool-installer for now
- there were problems on a fresh install, it said something like
  "mason registry not found"
2024-03-28 16:15:06 +01:00

7 lines
155 B
Lua

return {
{ 'tpope/vim-fugitive' },
{ 'ibhagwan/fzf-lua' },
{ 'airblade/vim-rooter' },
--{ 'WhoIsSethDaniel/mason-tool-installer.nvim' },
}