mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
add substitue and undotree plugin
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
{ 'numToStr/Comment.nvim', opts = {} },
|
{ 'numToStr/Comment.nvim', opts = {} },
|
||||||
{ 'tpope/vim-sleuth' },
|
{ 'tpope/vim-sleuth' }, -- detect shiftwidth, expandtab heristically
|
||||||
{ 'tpope/vim-abolish', lazy = false },
|
|
||||||
{ 'tpope/vim-unimpaired', lazy = false },
|
{ 'tpope/vim-unimpaired', lazy = false },
|
||||||
|
-- { 'tpope/vim-abolish', lazy = false },
|
||||||
|
-- { 'gbprod/substitute.nvim', opts = {} }, not sure if usefull
|
||||||
{ 'lukas-reineke/indent-blankline.nvim', main = 'ibl', opts = {} },
|
{ 'lukas-reineke/indent-blankline.nvim', main = 'ibl', opts = {} },
|
||||||
{
|
{
|
||||||
'folke/todo-comments.nvim',
|
'folke/todo-comments.nvim',
|
||||||
@@ -31,6 +32,14 @@ return {
|
|||||||
-- require('mini.colors').setup()
|
-- require('mini.colors').setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'jiaoshijie/undotree',
|
||||||
|
dependencies = 'nvim-lua/plenary.nvim',
|
||||||
|
config = true,
|
||||||
|
keys = {
|
||||||
|
{ '<leader>u', "<cmd>lua require('undotree').toggle()<cr>", desc = 'Undotree' },
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'folke/which-key.nvim',
|
'folke/which-key.nvim',
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
|
|||||||
Reference in New Issue
Block a user