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:
parent
300d300664
commit
0d7a5fab7b
22 changed files with 975 additions and 990 deletions
13
nvim/lua/user/plugins/tools.lua
Normal file
13
nvim/lua/user/plugins/tools.lua
Normal 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
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue