diff options
author | Christian Chiarulli <[email protected]> | 2021-09-02 11:45:04 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2021-09-02 11:45:04 -0400 |
commit | f354012254c68dc745b5fdaafa242e651cc201aa (patch) | |
tree | 21008a2fbaba35ecf6f494e129da322226da16e8 /README.md | |
parent | b1e35e351461ce308255c0562b404d0bdaba4651 (diff) |
chore: simplify example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |