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:
parent
e360869a6d
commit
c3bfa34586
2
init.lua
2
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"
|
||||
|
@ -2,5 +2,5 @@ return {
|
||||
{ 'tpope/vim-fugitive' },
|
||||
{ 'ibhagwan/fzf-lua' },
|
||||
{ 'airblade/vim-rooter' },
|
||||
{ 'WhoIsSethDaniel/mason-tool-installer.nvim' },
|
||||
--{ 'WhoIsSethDaniel/mason-tool-installer.nvim' },
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user