summaryrefslogtreecommitdiff
path: root/lua/lvim/core
AgeCommit message (Expand)Author
2022-04-23fix(nvimtree): make sure on_config_done is using the correct require (#2509)Abouzar Parvan
2022-04-22fix(nvimtree): escape the dot character in custom filter (#2493)Pascal Hubrecht
2022-04-15fix(lualine): color theme gaps in some components (#2465)Carlos H
2022-04-15fix(cmp): bring back default keybindings (#2470)Abouzar Parvan
2022-04-14refactor(lsp): cleanup servers' override configuration (#2243)kylo252
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-07[Feature] Add option to set maximum cmp menu width (#2425)xeluxee
2022-04-03refactor: re-enable packer.sync() in LvimReload (#2410)kylo252
2022-04-02ci(test): add write-permission for prs (#2417)kylo252
2022-03-26fix(telescope): set <cr> binding to actions.select_default only (#2395)Abouzar Parvan
2022-03-24chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385)Elazar Leibovich
2022-03-23fix(terminal): weird lazygit commit message bug (#2382)Abouzar Parvan
2022-03-22fix(terminal): whichkey -> which-key (#2380)Max Verevkin
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-19feat: add alpha.nvim integration (#1906)kylo252
2022-03-19fix(lualine): conditional theme loading (#2363)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-10feat(windows): add custom config_win.example.lua (#2330)kylo252
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
2022-02-18chore: fix typos (#2292)dundargoc
2022-02-12fix: correct a path to bufferline module (#2270)Alexey Svirschevskiy
2022-02-12feat: add a minimal implementation of bbye (#2267)kylo252
2022-02-11refactor(nvim-tree): remove unused code (#2266)kylo252
2022-02-07feat: use bufferline instead of barbar (#2254)Abouzar Parvan
2022-02-04fix(lualine): use 1-char width symbol for changed (#2246)Jieru Mei
2022-02-04fix(lualine): compacter size for treesitter icon (#2247)Jieru Mei
2022-02-04fix(lualine): add space to diff components (#1897)Xavier Young
2022-02-02chore(plugins): update plugin version (#2236)Abouzar Parvan
2022-01-23fix(logging): disable insane amount of logging inside lvim.log (#2205)Abouzar Parvan
2022-01-23fix(autopairs): remove weird tex rules from autopairs (#2206)Abouzar Parvan
2022-01-15refactor(nvim-tree): cleanup and update settings (#2182)kylo252
2022-01-12fix(zsh): don't set filetype to sh (#2035)Jieru Mei
2022-01-08refactor(term): leave the first few ids unassigned (#2156)kylo252
2022-01-08feat(info): display overridden servers for filetype (#2155)kylo252
2022-01-05fix(gitsigns): rounded border (#2142)Jieru Mei
2022-01-04refactor(settings): add headless-mode settings (#2134)kylo252
2022-01-03refactor(bootstrap): more robust git module (#2127)kylo252
2022-01-03refactor: more consistent autocmds (#2133)kylo252
2022-01-02feat: plugin version bump (#2131)Abouzar Parvan
2022-01-02feat: lazyload notify's configuration (#1855)kylo252
2022-01-01refactor(info): use new null-ls api for sources (#2125)kylo252
2021-12-28refactor: avoid running ts.setup in headless (#2119)kylo252
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
2021-12-23[Feature]: Use Telescope's git_files with fallback (#2089)Landon Schropp
2021-12-15fix: remove autopairs cmp completion (#2083)Landon Schropp