Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |
2021-09-14 | fix: no preselect for up/down, c-j/c-k and tab/s-tab | Christian Chiarulli | |
2021-08-26 | [Refactor]: only allow a single logger (#1405) | kylo252 | |
2021-08-26 | fix logging when plenary is not available (#1390) | kylo252 | |
2021-08-14 | Add command mode key mapping table (#1306) | Marcelo Cerri | |
2021-08-09 | feat: Add an async logger using plenary (#1207) | kylo252 | |
Co-authored-by: rebuilt <[email protected]> | |||
2021-08-03 | Keymapping custom opts (#1215) | Dery Rahman Ahaddienata | |
2021-08-02 | [Refactor] Allow editing default keymaps (#1213) | kylo252 | |
2021-08-02 | [Refactor] Adopt which key mapping style (#1210) | Luc Sinet | |
* Refactor keymappings to match which-key style * Update confif example + remove redundant way of registering mappings | |||
2021-07-31 | Wraps the logic in parenthesis so it works correctly (#1190) | rebuilt | |
2021-07-31 | gs for signature help | Chris | |
2021-07-31 | [Feature] Expose lsp config (#1156) | Luc Sinet | |
2021-07-31 | [Refactor] Define keymapppings helpers in utils.keymap (#1176) | Luc Sinet | |
2021-07-28 | Fix typo in insert mode keybindings | Alvaro Troya | |
2021-07-26 | [Refactor] remove lv prefix (#1112) | Luc Sinet | |
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua | |||
2021-07-24 | New contract (#1080) | Christian Chiarulli | |
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint | |||
2021-07-19 | fixed terminal navigation keys (#1033) | Abouzar Parvan | |
2021-07-18 | fix keymappings issue | Abouzar Parvan | |
2021-07-18 | [Refactor] Make default keybindings configurable (#988) | kylo252 | |
2021-07-12 | refactor single file | christianchiarulli | |
2021-07-12 | Define keymappings using a mapping table (#753) | Luc Sinet | |
:rocket: | |||
2021-07-12 | Remove t-keymap which overrides term-app's <ESC> (#886) | chaeing | |
2021-07-10 | avoiding OCD attack with the help of folke/todo-comments (#839) | Abouzar Parvan | |
2021-07-09 | more refactor | christianchiarulli | |
2021-07-09 | more config refactor | christianchiarulli | |
2021-07-09 | fix mac resize keys | christianchiarulli | |
2021-07-09 | fix styling issues (#811) | Abouzar Parvan | |
2021-07-08 | Fix terminal window navigation keymaps (#776) | Nawfal bin Mohmad Rouyan | |
Missing '>' for <C+\\> | |||
2021-07-07 | Terminal window keymappings from vimscript to lua (#757) | Henrik Nilsson | |
2021-07-06 | fix resizing keybindings for mac (#725) | Abouzar Parvan | |
2021-07-04 | start formatting rules | Rafael | |
2021-07-04 | [KEYMAP] Support quickfix navigation with [q / ]q (#660) | James Walmsley | |
2021-07-04 | [KEYBINDINGS] Add Alt-jk etc for move line up/down. (#659) | James Walmsley | |
2021-06-29 | updates | christianchiarulli | |
2021-06-26 | Consolidate compe keymaps in one place (#524) | tafryn | |
2021-06-18 | nvim-compe key map added (#484) | PBird | |
2021-06-18 | vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug ↵ | rmagillxyz | |
(#479) | |||
2021-05-29 | add some useful plugins to base config and a option to enable extras | christianchiarulli | |
2021-05-27 | QuickFix quality of life (#435) | tafryn | |
* Exclude the quickfix buffer from the barbar buffer list * Add mapping and function to toggle the quickfix window | |||
2021-05-27 | bug fix for netrw's gx command (#431) | rmagillxyz | |
* open remote link in browser correctly with gx, not in a tmp file | |||
2021-05-19 | Changed Window resizing to lua (#410) | Omar Bassam | |
2021-05-04 | Improvements (#361) | Junliang Yan | |
* Swap setting and lv-setting order to allow customization to preserve * Swap Left/Right to move naturally | |||
2021-05-02 | Readd Keybinding to go to normal mode. (#345) | Ferran Sulaiman | |
* Fix Autopairs Not working issue using Treesitter * Readd keybindings to go to normal mode from insert mode | |||
2021-04-29 | lua based whichkey | christianchiarulli | |
2021-04-06 | Add vim-vinegar style mapping for Ranger (#223) | Alan Jenkins | |
Adds a vim-vinegar style mapping ('-' in normal mode) for accessing ranger. | |||
2021-03-19 | snippet stream | Chris | |
2021-03-19 | updates | Chris | |
2021-03-17 | updates | Chris | |
2021-03-15 | updates | Chris | |
2021-03-14 | better keymaps | Chris | |