feat: add my plugins

This commit is contained in:
khaydarov 2025-04-12 23:11:51 +05:00
parent d350db2449
commit 41e7418c01
8 changed files with 1072 additions and 897 deletions

View file

@ -0,0 +1,15 @@
return {
"lukas-reineke/indent-blankline.nvim",
event = { "BufReadPost", "BufNewFile" },
main = "ibl",
opts = {
indent = {
char = "",
tab_char = "",
},
scope = {
show_start = false,
show_end = false,
},
},
}