feat: allow custom input provider, removing dressing.nvim (#2173)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: yetone <yetoneful@gmail.com>
This commit is contained in:
1
.github/workflows/.luarc.json
vendored
1
.github/workflows/.luarc.json
vendored
@@ -14,6 +14,7 @@
|
||||
"$DEPS_PATH/lazy.nvim/lua",
|
||||
"$DEPS_PATH/nvim-treesitter/lua",
|
||||
"$DEPS_PATH/dressing.nvim/lua",
|
||||
"$DEPS_PATH/snacks.nvim/lua",
|
||||
"$DEPS_PATH/plenary.nvim/lua",
|
||||
"$DEPS_PATH/nui.nvim/lua",
|
||||
"$DEPS_PATH/mini.pick/lua",
|
||||
|
||||
3
.github/workflows/lua.yaml
vendored
3
.github/workflows/lua.yaml
vendored
@@ -82,9 +82,10 @@ jobs:
|
||||
DEPS=(
|
||||
"folke/neodev.nvim"
|
||||
"nvim-treesitter/nvim-treesitter"
|
||||
"stevearc/dressing.nvim"
|
||||
"nvim-lua/plenary.nvim"
|
||||
"MunifTanjim/nui.nvim"
|
||||
"stevearc/dressing.nvim"
|
||||
"folke/snacks.nvim"
|
||||
"echasnovski/mini.nvim"
|
||||
"nvim-telescope/telescope.nvim"
|
||||
"hrsh7th/nvim-cmp"
|
||||
|
||||
Reference in New Issue
Block a user