1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: moved stuff around.

This commit is contained in:
Henrik Hautakoski 2025-04-19 11:25:56 +02:00
parent 300d300664
commit 0d7a5fab7b
22 changed files with 975 additions and 990 deletions

View file

@ -0,0 +1,13 @@
return {
{ import = "user.plugins.tools.finder" },
{
"williamboman/mason.nvim",
build = ":MasonUpdate",
cmd = "Mason",
opts_extend = { "ensure_installed" },
opts = {},
config = function(_, opts)
require("mason").setup(opts)
end
},
}