update lsp, keymaps, format and some other settings

This commit is contained in:
xesc 2025-02-23 19:36:05 +01:00
parent c8a9410ad7
commit 49c040e36e
25 changed files with 423 additions and 861 deletions

View file

@ -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,
},
}