summaryrefslogtreecommitdiff
path: root/lua/lv-which-key/init.lua
AgeCommit message (Collapse)Author
2021-06-28zen mode lazyloadchristianchiarulli
2021-06-27use start now, for more speedchristianchiarulli
2021-06-26move whichkey config to whichkey config filechristianchiarulli
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-26Add Vimtex for Latex support (#512)Luc Sinet
* Add vimtex plugin Vimtex provides a full integration for latex files, see: https://github.com/lervag/vimtex. Zathura is used as default pdf viewer as it allows live reloading. * Provide the <leader>L shortcut for Latex operations. * Move vimtex into the extra plugins section Add a short comment above extra plugins to introduce their functionality * Only define whcihKey mapping for Vimtex if O.extras is true Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26Add which-key maps for hover_doc and help_tags search (#527)tafryn
2021-06-26fix multiline commentchristianchiarulli
2021-06-26Fix barbar integration with nvim-tree (#523)kylo252
- Add an offset to display NvimTree buffer in barbar. It won't work correctly if you enable "vim.g.nvim_tree_quit_on_open". - Add which-key support to barbar to enable missing mappings. Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26Fix spectre (#520)Luc Sinet
* Correctly require Spectre plugin. Configure backslash as key for interacting with spectre's results. * Refactor + add Spectre mapping Map all keys using the mapping variables. Explicitly specify virtual mappings. * Remove already prepended character from mapping keys Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26WhichKey: Make <leader>n clear search instead of toggling highlight (#519)OliverNChalk
2021-06-18Change Workspace Symbol binding to Telescope DynamicFinder (#462)Fabrizio Sestito
2021-05-29add some useful plugins to base config and a option to enable extraschristianchiarulli
2021-05-03feature: adds git keymappings built in to Telescope: git_status, ↵rebuilt
git_branches, git_commits, git_bcommits (#350)
2021-05-02corrected label for whichkey action. Changed 'file' to 'Change branch' (#334)rebuilt
2021-04-29update no highlight descriptionchristianchiarulli
2021-04-29formattingchristianchiarulli
2021-04-29lua based whichkeychristianchiarulli