Replace vim-eunuch with nvim-genghis because of hangs with :Unlink
This commit is contained in:
parent
dea49d5689
commit
aa7cf035ff
3 changed files with 14 additions and 2 deletions
12
lua/plugins/ui.lua
Normal file
12
lua/plugins/ui.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{'stevearc/dressing.nvim',
|
||||
dependencies = {
|
||||
'nvim-telescope/telescope-ui-select.nvim',
|
||||
},
|
||||
opts = {
|
||||
select = {
|
||||
backend = {'telescope'}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue