update UI in nvim

This commit is contained in:
Alexander Navarro 2023-10-25 18:25:21 -03:00
parent f53082a62d
commit 125503a2c0
8 changed files with 90 additions and 34 deletions

View file

@ -0,0 +1,9 @@
return {
"stevearc/dressing.nvim",
opts = {
input = {
-- handle by noice
enabled = false,
},
},
}