Commit graph

14 commits

Author SHA1 Message Date
Chris
aa78accb6f removing plugins increasing speed by 100%, still needs more work 2021-06-27 01:31:33 -04:00
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
tafryn
1c869402c1
Allow cursorline option to be configured by lv-settings (#526) 2021-06-26 14:08:40 -04:00
christianchiarulli
66501fefe7 add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
tafryn
6f8f265e86
Add setting to enable/disable document highlighting (#428) 2021-05-25 19:08:37 -04:00
David Hollinger III
7f8911d872
Add Go auto commands (#424) 2021-05-24 18:01:24 -04:00
Kyle Stubblefield
946dc0c1dd
moved the including of lv-settings to above the settings so local settings configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example (#396) 2021-05-18 11:36:33 -04:00
Chris
e93dbcf7ae make timeoutlen configurable 2021-05-06 02:23:33 -04:00
Francisco Suárez
db2b17be72
Change dashboard header and footer by user (#363)
*  ability to change dashboard header and footer.

*  lv-settings adapted.

* comment to keep original one by default.
2021-05-04 22:02:55 -04:00
Francisco Suárez
3adcfdc034
Python analysis options (pyright) (#352) 2021-05-03 16:37:12 -04:00
Chris
86472017e5 Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"
This reverts commit f15428e655.
2021-05-02 20:48:07 -04:00
rebuilt
f15428e655
Adds the ability to toggle on/off whichkey and dashboard (#337) 2021-05-02 20:31:16 -04:00
rebuilt
1eb8339a47
Add autoformatting for ruby (#305) 2021-04-27 00:59:23 -04:00
christianchiarulli
2cd8c6a21c LunarVim 2021-04-15 00:17:48 -04:00
Renamed from nv-settings.lua (Browse further)