DaceKonn - first personalizations and configs
This commit is contained in:
parent
5aeddfdd5d
commit
c6dbd5bb6f
3 changed files with 26 additions and 10 deletions
7
lua/dacekonn/plugins/centerpad.lua
Normal file
7
lua/dacekonn/plugins/centerpad.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{ -- Add indentation guides even on blank lines
|
||||
'smithbm2316/centerpad.nvim',
|
||||
-- Enable `lukas-reineke/indent-blankline.nvim`
|
||||
-- See `:help ibl`
|
||||
},
|
||||
}
|
||||
3
lua/dacekonn/plugins/stay-centered.lua
Normal file
3
lua/dacekonn/plugins/stay-centered.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'arnamak/stay-centered.nvim',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue