update plugins
This commit is contained in:
parent
421382f27c
commit
01d3154218
7 changed files with 110 additions and 29 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue