From f354012254c68dc745b5fdaafa242e651cc201aa Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Thu, 2 Sep 2021 11:45:04 -0400 Subject: chore: simplify example --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 4bc3b0aa..4157a3af 100644 --- a/README.md +++ b/README.md @@ -63,15 +63,6 @@ lvim.keys.normal_mode[""] = ":w" -- Use which-key to add extra bindings with the leader-key prefix -- lvim.builtin.which_key.mappings["P"] = { "Telescope projects", "Projects" } --- lvim.builtin.which_key.mappings["t"] = { --- name = "+Trouble", --- r = { "Trouble lsp_references", "References" }, --- f = { "Trouble lsp_definitions", "Definitions" }, --- d = { "Trouble lsp_document_diagnostics", "Diagnosticss" }, --- q = { "Trouble quickfix", "QuickFix" }, --- l = { "Trouble loclist", "LocationList" }, --- w = { "Trouble lsp_workspace_diagnostics", "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 -- cgit v1.2.3