소스 검색

Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling

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

+ 1 - 1
lua/lv-which-key/config.lua

@@ -104,7 +104,7 @@ O.plugin.which_key = {
         "<cmd>Telescope lsp_workspace_diagnostics<cr>",
         "Workspace Diagnostics",
       },
-      f = { "<cmd>Neoformat<cr>", "Format" },
+      f = { "<cmd>FormatWrite<cr>", "Format" },
       i = { "<cmd>LspInfo<cr>", "Info" },
       j = { "<cmd>lua vim.lsp.diagnostic.goto_next({popup_opts = {border = O.lsp.popup_border}})<cr>", "Next Diagnostic" },
       k = { "<cmd>lua vim.lsp.diagnostic.goto_prev({popup_opts = {border = O.lsp.popup_border}})<cr>", "Prev Diagnostic" },