This commit is contained in:
Jaroslaw Konik 2024-05-08 20:10:04 +02:00
parent f1450e160c
commit 26e604ace0

View file

@ -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()