update plugins

This commit is contained in:
Alexander Navarro 2023-04-27 12:28:45 -04:00
parent 421382f27c
commit 01d3154218
7 changed files with 110 additions and 29 deletions

View file

@ -31,6 +31,15 @@ return {
dependencies = { "hrsh7th/cmp-nvim-lsp", "L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip" },
},
{
"jay-babu/mason-null-ls.nvim",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
"williamboman/mason.nvim",
"jose-elias-alvarez/null-ls.nvim",
},
},
{
-- Useful plugin to show you pending keybinds.
"folke/which-key.nvim",