Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-22 | chore: bump plugins version (#2459) | github-actions[bot] | |
* chore: bump plugins version * chore(plugins): bump version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan <[email protected]> | |||
2022-04-22 | fix(nvimtree): escape the dot character in custom filter (#2493) | Pascal Hubrecht | |
2022-04-20 | chore: update changelog | kylo252 | |
2022-04-20 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-04-20 | refactor: update impatient (#2477) | kylo252 | |
2022-04-20 | feat: lock nvim <0.7 to a specific tag (#2491) | kylo252 | |
2022-04-18 | fix(luasnip): only use user snippets if the folder exists (#2481) | Abouzar Parvan | |
2022-04-15 | fix(lualine): color theme gaps in some components (#2465) | Carlos H | |
2022-04-15 | fix(cmp): update nvim-cmp to the latest version (#2467) (#2469) | Abouzar Parvan | |
* fix(cmp): update nvim-cmp to the latest version (#2467) * fix(cmp): bring back default keybindings (#2470) | |||
2022-04-15 | fix(cmp): bring back default keybindings (#2470) | Abouzar Parvan | |
2022-04-15 | fix(cmp): hotfix nvim-cmp version | Abouzar Parvan | |
2022-04-15 | fix(cmp): update nvim-cmp to the latest version (#2467) | Abouzar Parvan | |
2022-04-14 | chore: update changelog | kylo252 | |
2022-04-14 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-04-14 | fix(readme): update lsp server ignore syntax | Abouzar Parvan | |
2022-04-14 | refactor(lsp): cleanup servers' override configuration (#2243) | kylo252 | |
* refactor(lsp): cleanup override settings - rename lsp.override to lsp.automatic_configuration.ignored_servers - add lsp.automatic_configuration.ignored_filetypes * chore(info): update override section * refactor(lsp): rename ignored to skipped * fix: better deprecation handling * docs(lsp): add example for (un-)skipping servers * refactor(lsp): allow installing overridden servers * docs(lsp): update config_win.example.lua as well * chore(lsp): update skipped_servers list * fix(logger): less noise from client_is_configured | |||
2022-04-14 | feat(cmp): documentation is deprecated in favor of window.documentation (#2461) | Abouzar Parvan | |
2022-04-14 | docs(windows): use alpha in config_win.example.lua (#2452) | FADHsquared | |
2022-04-13 | chore: bump plugins version (#2448) | github-actions[bot] | |
2022-04-12 | fix(impatient): avoid get_options in fast handler (#2451) | kylo252 | |
2022-04-11 | fix(luasnip): make sure all snippets are loaded (#2447) | Abouzar Parvan | |
Co-authored-by: danielo515 <https://github.com/danielo515> | |||
2022-04-10 | chore: bump plugins version (#2442) | github-actions[bot] | |
* chore: bump plugins version * fix(snapshot): fix bufferline wrong commit | |||
2022-04-09 | chore: bump plugins version (#2439) | github-actions[bot] | |
2022-04-08 | chore: update changelog | kylo252 | |
2022-04-08 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-04-07 | [Feature] Add option to set maximum cmp menu width (#2425) | xeluxee | |
2022-04-06 | chore: update changelog | kylo252 | |
2022-04-06 | Merge remote-tracking branch 'origin/rolling' | kylo252 | |
2022-04-05 | chore: bump plugins version (#2421) | github-actions[bot] | |
2022-04-03 | refactor: re-enable packer.sync() in LvimReload (#2410) | kylo252 | |
2022-04-03 | chore: bump plugins version (#2418) | github-actions[bot] | |
2022-04-02 | fix: update deprecated methods in example configuration for trouble.nvim (#2416) | Joan López | |
2022-04-02 | ci: use github-actions as the author (#2419) | kylo252 | |
2022-04-02 | ci(test): add write-permission for prs (#2417) | kylo252 | |
2022-04-02 | fix(installer/pwsh): fixes some details on installer and uninstaller (#2404) | Bruno Gava Guerra | |
2022-03-28 | refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402) | steven_j | |
Co-authored-by: kylo252 <[email protected]> | |||
2022-03-26 | ci: fix workflow inputs (#2397) | kylo252 | |
2022-03-26 | fix(telescope): set <cr> binding to actions.select_default only (#2395) | Abouzar Parvan | |
2022-03-25 | fix(windows): specify required powershell version for the installation ↵ | ahsan-a | |
script (#2376) | |||
2022-03-25 | docs(README): change forgotten breaking change in example (#2377) | Daniel VG | |
2022-03-25 | ci: test automated gh action (#2394) | kylo252 | |
2022-03-25 | fix(theme): make sure the new theme is fully loaded (#2392) | Abouzar Parvan | |
2022-03-24 | feat(plugins): add support for packer snapshots (#2351) | kylo252 | |
2022-03-24 | chore(release): update changelog | kylo252 | |
2022-03-24 | Merge remote-tracking branch 'origin/rolling'1.1.3 | kylo252 | |
2022-03-24 | docs: update demo images on the main readme (#2386) | kylo252 | |
* docs: update demo images on the main readme * chore: upload images to github directly * chore: remove redundant media files | |||
2022-03-24 | chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385) | Elazar Leibovich | |
Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list. It is useful then to have a quick way to inspect LSP results in quickfix via Telescope. | |||
2022-03-23 | fix(terminal): weird lazygit commit message bug (#2382) | Abouzar Parvan | |
2022-03-22 | fix(peek): print error if lsp is unable to get file contents (#2379) | Abouzar Parvan | |
* fix(peek): print error if lsp is unable to get file contents * fix(peek): replace print with vim.notify | |||
2022-03-22 | fix(terminal): whichkey -> which-key (#2380) | Max Verevkin | |