mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: split plugins into multiple files
This commit is contained in:
11
.config/nvim/lua/plugins/indent-blankline.lua
Normal file
11
.config/nvim/lua/plugins/indent-blankline.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
-- show indentation lines
|
||||
{
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
event = "BufReadPre",
|
||||
opts = {
|
||||
show_current_context = true,
|
||||
show_current_context_start = true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user