summaryrefslogtreecommitdiff
path: root/lv-settings.lua
AgeCommit message (Collapse)Author
2021-06-28config overhaulchristianchiarulli
2021-06-27removing plugins increasing speed by 100%, still needs more workChris
2021-06-26Updated 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-26Allow cursorline option to be configured by lv-settings (#526)tafryn
2021-05-29add some useful plugins to base config and a option to enable extraschristianchiarulli
2021-05-25Add setting to enable/disable document highlighting (#428)tafryn
2021-05-24Add Go auto commands (#424)David Hollinger III
2021-05-18moved 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-06make timeoutlen configurableChris
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-02Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"Chris
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1.
2021-05-02Adds the ability to toggle on/off whichkey and dashboard (#337)rebuilt
2021-04-27Add autoformatting for ruby (#305)rebuilt
2021-04-15LunarVimchristianchiarulli