diff options
author | Landon Schropp <[email protected]> | 2021-09-04 17:47:15 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-05 03:17:15 +0430 |
commit | 45c7987768b56be5b836f4a66459a13a51c29489 (patch) | |
tree | f1cfc4f248d782694459711f1c8b62c1f0751d1f /utils/installer/config.example.lua | |
parent | ef59f817156aab7e2b7e27f51090dc390f7df70f (diff) |
Fix a small typo in config.example.lua (#1473)
Diffstat (limited to 'utils/installer/config.example.lua')
-rw-r--r-- | utils/installer/config.example.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua index 5e8d07f8..21a5beac 100644 --- a/utils/installer/config.example.lua +++ b/utils/installer/config.example.lua @@ -41,10 +41,10 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>" -- name = "+Trouble", -- r = { "<cmd>Trouble lsp_references<cr>", "References" }, -- f = { "<cmd>Trouble lsp_definitions<cr>", "Definitions" }, --- d = { "<cmd>Trouble lsp_document_diagnostics<cr>", "Diagnosticss" }, +-- d = { "<cmd>Trouble lsp_document_diagnostics<cr>", "Diagnostics" }, -- q = { "<cmd>Trouble quickfix<cr>", "QuickFix" }, -- l = { "<cmd>Trouble loclist<cr>", "LocationList" }, --- w = { "<cmd>Trouble lsp_workspace_diagnostics<cr>", "Diagnosticss" }, +-- w = { "<cmd>Trouble lsp_workspace_diagnostics<cr>", "Diagnostics" }, -- } -- TODO: User Config for predefined plugins |