From c3bfa345860c14bae20cd53868e3acf22eac9098 Mon Sep 17 00:00:00 2001 From: Paul Schulze Date: Thu, 28 Mar 2024 16:15:06 +0100 Subject: [PATCH] disable mason-tool-installer for now - there were problems on a fresh install, it said something like "mason registry not found" --- init.lua | 2 ++ plugins.lua | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4526087..915f0f5 100644 --- a/init.lua +++ b/init.lua @@ -133,6 +133,7 @@ let g:rooter_change_directory_for_non_project_files = 'current' ]] +--[[ require('mason-tool-installer').setup { -- a list of all tools you want to ensure are installed upon start @@ -183,6 +184,7 @@ require('mason-tool-installer').setup { -- Default: nil debounce_hours = 5, -- at least 5 hours between attempts to install/update } +--]] -- vim.opt.shada = "/100,'10,\"100,:20,%" -- vim.opt.shadafile = "/home/pfs/.config/nvpunk/lua/user/nviminfo" diff --git a/plugins.lua b/plugins.lua index 8b95cf9..5b44f59 100644 --- a/plugins.lua +++ b/plugins.lua @@ -2,5 +2,5 @@ return { { 'tpope/vim-fugitive' }, { 'ibhagwan/fzf-lua' }, { 'airblade/vim-rooter' }, - { 'WhoIsSethDaniel/mason-tool-installer.nvim' }, + --{ 'WhoIsSethDaniel/mason-tool-installer.nvim' }, }