disable mason-tool-installer for now

- there were problems on a fresh install, it said something like
  "mason registry not found"
This commit is contained in:
Paul Schulze 2024-03-28 16:15:06 +01:00
parent e360869a6d
commit c3bfa34586
2 changed files with 3 additions and 1 deletions

View File

@ -133,6 +133,7 @@ let g:rooter_change_directory_for_non_project_files = 'current'
]] ]]
--[[
require('mason-tool-installer').setup { require('mason-tool-installer').setup {
-- a list of all tools you want to ensure are installed upon start -- a list of all tools you want to ensure are installed upon start
@ -183,6 +184,7 @@ require('mason-tool-installer').setup {
-- Default: nil -- Default: nil
debounce_hours = 5, -- at least 5 hours between attempts to install/update debounce_hours = 5, -- at least 5 hours between attempts to install/update
} }
--]]
-- vim.opt.shada = "/100,'10,\"100,:20,%" -- vim.opt.shada = "/100,'10,\"100,:20,%"
-- vim.opt.shadafile = "/home/pfs/.config/nvpunk/lua/user/nviminfo" -- vim.opt.shadafile = "/home/pfs/.config/nvpunk/lua/user/nviminfo"

View File

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