add sources to null-ls
This commit is contained in:
parent
bdf75e4c1d
commit
6458c24d8a
21 changed files with 638 additions and 627 deletions
|
@ -1,24 +1,24 @@
|
|||
return {
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
-- event = "BufReadPre",
|
||||
main = 'ibl',
|
||||
config = function()
|
||||
require("ibl").setup({
|
||||
enabled = true,
|
||||
indent = {
|
||||
char = "│",
|
||||
smart_indent_cap = true
|
||||
},
|
||||
whitespace = {
|
||||
remove_blankline_trail = true,
|
||||
},
|
||||
scope = {
|
||||
exclude = {
|
||||
language = { "help", "lazy" }
|
||||
}
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
-- event = "BufReadPre",
|
||||
main = 'ibl',
|
||||
config = function()
|
||||
require("ibl").setup({
|
||||
enabled = true,
|
||||
indent = {
|
||||
char = "│",
|
||||
smart_indent_cap = true
|
||||
},
|
||||
whitespace = {
|
||||
remove_blankline_trail = true,
|
||||
},
|
||||
scope = {
|
||||
exclude = {
|
||||
language = { "help", "lazy" }
|
||||
}
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue