Поправил кучку недостатков в neovim

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-05-04 17:43:55 +03:00
parent 28a7b1f678
commit 74e201e92c
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
11 changed files with 444 additions and 234 deletions

View file

@ -37,8 +37,8 @@ return {
},
opts = {
icons = {
expanded = "",
collapsed = "",
expanded = "[-]",
collapsed = "[+]",
},
mappings = {
open = "o",