feat: add some plugins
This commit is contained in:
parent
d8daf61525
commit
6be1e7e268
|
@ -1,4 +1,7 @@
|
|||
return {
|
||||
{
|
||||
'simrat39/inlay-hints.nvim',
|
||||
},
|
||||
{
|
||||
"LunarVim/breadcrumbs.nvim",
|
||||
},
|
||||
|
@ -50,9 +53,11 @@ return {
|
|||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = { "williamboman/mason-lspconfig.nvim", },
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
|
@ -62,6 +67,10 @@ return {
|
|||
"L3MON4D3/LuaSnip",
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
'folke/lazydev.nvim',
|
||||
ft = "lua",
|
||||
},
|
||||
{
|
||||
'Bekaboo/dropbar.nvim',
|
||||
dependencies = {
|
||||
|
|
Loading…
Reference in New Issue