all repos

init.lua @ cf2a79f

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
fix: load mason also with command, useful for updating
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-06 00:42:25 +0200
Parent: 40ebe58
M lua/plugins/lsp/init.lua

@@ -39,6 +39,7 @@ },

{ "williamboman/mason.nvim", config = true, + cmd = "MasonUpdate", build = function() pcall(vim.cmd.MasonUpdate()) end,