summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2022-04-27Merge branch 'rolling'kylo252
2022-04-27refactor: lock new installations to nvim v0.7+ (#2526)kylo252
2022-04-23fix(nvimtree): make sure on_config_done is using the correct require (#2509)Abouzar Parvan
2022-04-22feat(peek): make sure max width and height are customizable (#2492)Abouzar Parvan
2022-04-22fix(nvimtree): escape the dot character in custom filter (#2493)Pascal Hubrecht
2022-04-20Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-20refactor: update impatient (#2477)kylo252
2022-04-20feat: lock nvim <0.7 to a specific tag (#2491)kylo252
2022-04-18fix(luasnip): only use user snippets if the folder exists (#2481)Abouzar Parvan
2022-04-15fix(lualine): color theme gaps in some components (#2465)Carlos H
2022-04-15fix(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-15fix(cmp): bring back default keybindings (#2470)Abouzar Parvan
2022-04-14Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-14refactor(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-14feat(cmp): documentation is deprecated in favor of window.documentation (#2461)Abouzar Parvan
2022-04-12fix(impatient): avoid get_options in fast handler (#2451)kylo252
2022-04-11fix(luasnip): make sure all snippets are loaded (#2447)Abouzar Parvan
Co-authored-by: danielo515 <https://github.com/danielo515>
2022-04-08Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-07[Feature] Add option to set maximum cmp menu width (#2425)xeluxee
2022-04-06Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-03refactor: re-enable packer.sync() in LvimReload (#2410)kylo252
2022-04-02ci(test): add write-permission for prs (#2417)kylo252
2022-03-28refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402)steven_j
Co-authored-by: kylo252 <[email protected]>
2022-03-26fix(telescope): set <cr> binding to actions.select_default only (#2395)Abouzar Parvan
2022-03-25fix(theme): make sure the new theme is fully loaded (#2392)Abouzar Parvan
2022-03-24feat(plugins): add support for packer snapshots (#2351)kylo252
2022-03-24Merge remote-tracking branch 'origin/rolling'1.1.3kylo252
2022-03-24chore: [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-23fix(terminal): weird lazygit commit message bug (#2382)Abouzar Parvan
2022-03-22fix(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-22fix(terminal): whichkey -> which-key (#2380)Max Verevkin
2022-03-21fix(peek): make sure popup_options are positive (#2373)Abouzar Parvan
2022-03-20fix(bufferline): add an additional space before diagnostics (#2367)Max Verevkin
2022-03-20fix(alpha): globalstatus after openning files from dashboard (#2366)Abouzar Parvan
2022-03-20fix: automatically set colorscheme (#2370)kylo252
2022-03-19feat: add alpha.nvim integration (#1906)kylo252
2022-03-19fix(lualine): conditional theme loading (#2363)kylo252
2022-03-19refactor: load onedarker theme externally (#2359)kylo252
2022-03-19chore(plugins): let users enjoy the new global statusline (#2362)Abouzar Parvan
2022-03-18fix: nvim-tree taking half the window on open (#2357)Abouzar Parvan
2022-03-12chore(plugins): last manual plugin update (#2347)Abouzar Parvan
2022-03-10Merge branch 'rolling'1.1.2kylo252
2022-03-10fix: disable the default intro message (#2340)kylo252
2022-03-10feat(windows): add custom config_win.example.lua (#2330)kylo252
2022-03-08fix(nlsp-settings): cross platform issue (#2335)Abouzar Parvan
2022-03-05chore(plugins): bump version (#2327)Abouzar Parvan
2022-03-04feat: enable nlsp-settings schemas (#2322)Daniel You
2022-03-02chore(plugins): bump version (#2321)Abouzar Parvan
2022-02-27chore(plugins): bump version (#2315)Abouzar Parvan
2022-02-23refactor(nvim-tree): update settings structure (#2304)Abouzar Parvan