1
Fork 0

docs: more docs ig

This commit is contained in:
Matei Adriel 2022-04-04 11:55:57 +03:00
parent 6fe5826a29
commit 8811e6fedd
3 changed files with 40 additions and 10 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -28,7 +28,9 @@ local bindings = {
},
["extensions.file_browser.file_browser"] = "<Leader>p",
extensions = {
unicode = {picker = {mode = "i", kind = "dropdown", key = "uu"}}
unicode = {
picker = {mode = "i", kind = "dropdown", key = "ui", chord = 1}
}
}
}