mason
This commit is contained in:
parent
f1450e160c
commit
26e604ace0
1 changed files with 12 additions and 0 deletions
12
init.lua
12
init.lua
|
|
@ -50,6 +50,16 @@ require("lazy").setup({
|
||||||
vim.g.molten_output_win_max_height = 12
|
vim.g.molten_output_win_max_height = 12
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"williamboman/mason.nvim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"vhyrro/luarocks.nvim",
|
||||||
|
priority = 1000,
|
||||||
|
opts = {
|
||||||
|
rocks = { "magick" },
|
||||||
|
},
|
||||||
|
},
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
{
|
{
|
||||||
'windwp/nvim-autopairs',
|
'windwp/nvim-autopairs',
|
||||||
|
|
@ -291,3 +301,5 @@ map('n', '<A-n>', '<Cmd>BufferMovePrevious<CR>', opts)
|
||||||
map('n', '<A-m>', '<Cmd>BufferMoveNext<CR>', opts)
|
map('n', '<A-m>', '<Cmd>BufferMoveNext<CR>', opts)
|
||||||
map('n', '<A-c>', '<Cmd>BufferClose<CR>', opts)
|
map('n', '<A-c>', '<Cmd>BufferClose<CR>', opts)
|
||||||
map('n', '<A-p>', '<Cmd>BufferPick<CR>', opts)
|
map('n', '<A-p>', '<Cmd>BufferPick<CR>', opts)
|
||||||
|
|
||||||
|
require("mason").setup()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue