Updated config

This commit is contained in:
2024-03-03 17:47:02 +01:00
parent 4ac1314fad
commit acfceb3c65
18 changed files with 207 additions and 87 deletions

View File

@ -0,0 +1,11 @@
return {
"j-hui/fidget.nvim",
opts = {
integration = {
["nvim-tree"] = {
enable = true,
},
},
},
config = true,
}

View File

@ -0,0 +1,15 @@
return {
"lukas-reineke/indent-blankline.nvim",
event = "VeryLazy",
main = "ibl",
opts = {
indent = {
char = "",
},
scope = {
enabled = true,
show_start = false,
},
},
config = true,
}

View File

@ -0,0 +1,4 @@
return {
"mrded/nvim-lsp-notify",
config = true,
}