modification for nvim-whichkey.

This commit is contained in:
Henri Vandersleyen
2021-05-12 10:23:35 -07:00
parent 42508b0690
commit 0308e94e42
3 changed files with 48 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ opt("o", "cmdheight", 1)
opt("o", "updatetime", 250) -- update interval for gitsigns
opt("o", "clipboard", "unnamedplus")
opt("o", "timeoutlen", 500)
-- for indenline
opt("b", "expandtab", true)