Skip to content

Commit

Permalink
feat(dressing): add plugin independently
Browse files Browse the repository at this point in the history
  • Loading branch information
felicandalc committed Jan 29, 2024
1 parent df6bf67 commit 44c9fe1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lua/nn/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ lazy.setup({
"folke/which-key.nvim",
"jxnblk/vim-mdx-js",

{
"stevearc/dressing.nvim",
event = "VeryLazy",
},

-- CMP
{
"hrsh7th/nvim-cmp",
Expand Down Expand Up @@ -159,7 +164,7 @@ lazy.setup({
lazy = false,
dependencies = {
"nvim-lua/plenary.nvim",
"stevearc/dressing.nvim", -- optional for vim.ui.select
"stevearc/dressing.nvim",
},
config = true,
},
Expand Down

0 comments on commit 44c9fe1

Please sign in to comment.