Commit after update and format
This commit is contained in:
parent
f9ac1bae40
commit
465b69fe3a
19
init.lua
19
init.lua
|
@ -137,17 +137,7 @@ require('lazy').setup({
|
|||
},
|
||||
},
|
||||
|
||||
{
|
||||
-- Add indentation guides even on blank lines
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help indent_blankline.txt`
|
||||
opts = {
|
||||
char = '┊',
|
||||
show_trailing_blankline_indent = false,
|
||||
},
|
||||
},
|
||||
|
||||
{ "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} },
|
||||
-- "gc" to comment visual regions/lines
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
|
||||
|
@ -204,6 +194,13 @@ require('lazy').setup({
|
|||
'ldelossa/litee.nvim' }
|
||||
},
|
||||
{ 'tpope/vim-abolish' },
|
||||
{
|
||||
"kdheepak/lazygit.nvim",
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
},
|
||||
|
||||
{ import = 'custom.plugins' },
|
||||
}, {})
|
||||
|
|
Loading…
Reference in New Issue