소스 검색

Use which-key for spelling hints (#780)

rob 4 년 전
부모
커밋
1154032f64
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lua/lv-which-key/init.lua

+ 1 - 0
lua/lv-which-key/init.lua

@@ -21,6 +21,7 @@ which_key.setup {
       z = true, -- bindings for folds, spelling and others prefixed with z
       g = true, -- bindings for prefixed with g
     },
+    spelling = {enabled = true, suggestions = 20}, -- use which-key for spelling hints
   },
   icons = {
     breadcrumb = "»", -- symbol used in the command line area that shows your active key combo