Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | config overhaul | christianchiarulli | |
2021-06-27 | removing plugins increasing speed by 100%, still needs more work | Chris | |
2021-06-26 | Updated where leader key is set and made var in lv-settings (#474) | Ian S. Pringle | |
- 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 <[email protected]> | |||
2021-06-26 | Allow cursorline option to be configured by lv-settings (#526) | tafryn | |
2021-05-29 | add some useful plugins to base config and a option to enable extras | christianchiarulli | |
2021-05-25 | Add setting to enable/disable document highlighting (#428) | tafryn | |
2021-05-24 | Add Go auto commands (#424) | David Hollinger III | |
2021-05-18 | moved the including of lv-settings to above the settings so local settings ↵ | Kyle Stubblefield | |
configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example (#396) | |||
2021-05-06 | make timeoutlen configurable | Chris | |
2021-05-04 | ✨ Change dashboard header and footer by user (#363) | Francisco Suárez | |
* :sparkles: ability to change dashboard header and footer. * :sparkles: lv-settings adapted. * comment to keep original one by default. | |||
2021-05-03 | ✨ Python analysis options (pyright) (#352) | Francisco Suárez | |
2021-05-02 | Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)" | Chris | |
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1. | |||
2021-05-02 | Adds the ability to toggle on/off whichkey and dashboard (#337) | rebuilt | |
2021-04-27 | Add autoformatting for ruby (#305) | rebuilt | |
2021-04-15 | LunarVim | christianchiarulli | |