Selaa lähdekoodia

chore: simplify example

Christian Chiarulli 3 vuotta sitten
vanhempi
commit
f354012254
1 muutettua tiedostoa jossa 0 lisäystä ja 14 poistoa
  1. 0 14
      README.md

+ 0 - 14
README.md

@@ -63,15 +63,6 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
 
 -- Use which-key to add extra bindings with the leader-key prefix
 -- lvim.builtin.which_key.mappings["P"] = { "<cmd>Telescope projects<CR>", "Projects" }
--- lvim.builtin.which_key.mappings["t"] = {
---   name = "+Trouble",
---   r = { "<cmd>Trouble lsp_references<cr>", "References" },
---   f = { "<cmd>Trouble lsp_definitions<cr>", "Definitions" },
---   d = { "<cmd>Trouble lsp_document_diagnostics<cr>", "Diagnosticss" },
---   q = { "<cmd>Trouble quickfix<cr>", "QuickFix" },
---   l = { "<cmd>Trouble loclist<cr>", "LocationList" },
---   w = { "<cmd>Trouble lsp_workspace_diagnostics<cr>", "Diagnosticss" },
--- }
 
 -- Configure builtin plugins
 lvim.builtin.dashboard.active = true
@@ -109,11 +100,6 @@ lvim.plugins = {
         event = "InsertEnter"
     }
 }
-
--- Autocommands (https://neovim.io/doc/user/autocmd.html)
--- lvim.autocommands.custom_groups = {
---   { "BufWinEnter", "*.lua", "setlocal ts=8 sw=8" },
--- }
 ```
 
 ## Updating LunarVim