LunarVim.LunarVim/lua
Ian S. Pringle 2cf8580eb7
Updated where leader key is set and made var in lv-settings (#474)
- Setting leader-key in the init.lua file. You want to set the leader as
  soon as possible so that it's the same everywhere. With the leader
  being set in the lua/lv-which-key/init.lua it resulted in mappings that
  used `<leader>` in the lua/keymappings.lua mapping the the defualt
  leader-key of `\`
- Added the O.leader_key to the lv-settings.lua file so the leader-key
  can be set there, which seems to make more sense.
- Added handling for when the leader-key is `<Space>`. This could be
  made more robust to include other special keys, but I don't think
  many/any of the other special keys would be used as a leader-key (ie
  <BS>, <CR>, <Tab>, <Esc>, <Up|Down|Right|Left>, etc.)

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-06-26 14:31:40 -04:00
..
lsp feat(kotlin): Replace current custom kotlin installation with LspInstall kotlin (#518) 2021-06-26 14:25:20 -04:00
lv-autocommands feat(java): Replace the current custom installation of java, with lspinstall (#517) 2021-06-26 13:15:02 -04:00
lv-autopairs Fix Autopairs Not working issue using Treesitter (#315) 2021-04-29 01:35:17 -04:00
lv-barbar LunarVim 2021-04-15 00:17:48 -04:00
lv-colorizer add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-comment lua based whichkey 2021-04-29 01:25:49 -04:00
lv-compe Consolidate compe keymaps in one place (#524) 2021-06-26 13:47:20 -04:00
lv-dashboard Support different config paths (#426) 2021-05-25 19:08:15 -04:00
lv-dial new plugin updates 2021-05-30 01:08:15 -04:00
lv-galaxyline Cleanup duplicate lines and whitespace (#525) 2021-06-26 13:48:06 -04:00
lv-gitblame add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-gitsigns LunarVim 2021-04-15 00:17:48 -04:00
lv-hop add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-lsp-rooter add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-lspinstall feat(kotlin): Replace current custom kotlin installation with LspInstall kotlin (#518) 2021-06-26 14:25:20 -04:00
lv-matchup add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-numb add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-nvim-dap LunarVim 2021-04-15 00:17:48 -04:00
lv-nvimtree Fix barbar integration with nvim-tree (#523) 2021-06-26 13:37:24 -04:00
lv-quickscope add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-rnvimr sorting out filepicker issues 2021-06-25 20:00:32 -04:00
lv-spectre Fix spectre (#520) 2021-06-26 13:20:07 -04:00
lv-symbols-outline Add symbols outline plugin. (#451) 2021-06-02 21:22:49 -04:00
lv-telescope Cleanup duplicate lines and whitespace (#525) 2021-06-26 13:48:06 -04:00
lv-treesitter add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
lv-utils Corrected references to nv_utils, replaced with lv_utils (#422) 2021-05-25 19:06:54 -04:00
lv-vimtex Add Vimtex for Latex support (#512) 2021-06-26 14:18:14 -04:00
lv-which-key Updated where leader key is set and made var in lv-settings (#474) 2021-06-26 14:31:40 -04:00
lv-zen new plugin updates 2021-05-30 01:08:15 -04:00
colorscheme.lua rough user config, not finished 2021-03-27 01:59:28 -04:00
keymappings.lua Consolidate compe keymaps in one place (#524) 2021-06-26 13:47:20 -04:00
lv-globals.lua Allow cursorline option to be configured by lv-settings (#526) 2021-06-26 14:08:40 -04:00
plugins.lua Add Vimtex for Latex support (#512) 2021-06-26 14:18:14 -04:00
settings.lua configured persistent undo (#529) 2021-06-26 14:21:49 -04:00