Replace vim-eunuch with nvim-genghis because of hangs with :Unlink
This commit is contained in:
parent
dea49d5689
commit
aa7cf035ff
|
@ -6,10 +6,11 @@ return {
|
||||||
'tpope/vim-repeat',
|
'tpope/vim-repeat',
|
||||||
'tpope/vim-surround',
|
'tpope/vim-surround',
|
||||||
'tpope/vim-characterize',
|
'tpope/vim-characterize',
|
||||||
'tpope/vim-eunuch',
|
|
||||||
'tpope/vim-commentary',
|
'tpope/vim-commentary',
|
||||||
'tpope/vim-sleuth',
|
'tpope/vim-sleuth',
|
||||||
|
|
||||||
|
{"chrisgrieser/nvim-genghis", dependencies = "stevearc/dressing.nvim"},
|
||||||
|
|
||||||
-- ic / ac
|
-- ic / ac
|
||||||
{'glts/vim-textobj-comment',
|
{'glts/vim-textobj-comment',
|
||||||
dependencies = { 'kana/vim-textobj-user' }
|
dependencies = { 'kana/vim-textobj-user' }
|
||||||
|
|
|
@ -10,7 +10,6 @@ return {
|
||||||
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
|
build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
|
||||||
},
|
},
|
||||||
'gbrlsnchs/telescope-lsp-handlers.nvim',
|
'gbrlsnchs/telescope-lsp-handlers.nvim',
|
||||||
'nvim-telescope/telescope-ui-select.nvim',
|
|
||||||
--Plug { 'do': 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
|
--Plug { 'do': 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' }
|
||||||
},
|
},
|
||||||
cmd = "Telescope",
|
cmd = "Telescope",
|
||||||
|
|
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…
Reference in a new issue