summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-10fix(auto-pairs): disable lazy loading for auto-pairs (#1729)rebuilt
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-09-29barbar is fixed upstreamAbouzar Parvan
2021-09-28pin barbar to fix #1636Abouzar Parvan
2021-09-15[bugfix] Update lualine according to the breaking changes (#1558)Abouzar Parvan
2021-09-14feat(lualine): pin commit to avoid breaking config (#1546)chaesngmin
2021-09-13Fix loading cmp config after Packer install (#1524)Chase Colman
2021-09-08feature: unpin gitsigns to use the latest bugfix commits on their repo (#1509)Abouzar Parvan
2021-09-07feat: compe -> cmp (#1496)Christian Chiarulli
2021-09-06toggleterm.nvim not toggleterm.lua :facepalm:Abouzar Parvan
2021-09-06nvim-toggleterm has been renamed to toggletermAbouzar Parvan
Fix #1489
2021-09-05fix: load nvim_comment setup from core module (#1476)Jakpat Mingmongkolmitr
2021-08-29fix: Cursorhold Event not firing after entering lunarvim from ↵christianchiarulli
dashboard->telescope closes #1413
2021-08-22[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)devtoi
* Make autopairs config consistent with others * Fix two typos for autopairs * Remove extranous autopairs code. Return on setup * Remove extranous else for autopairs completion confirmation * Move on_config_done callbacks to setup functions. * Add on_config_done completion for builtins lacking a config function * enables galaxyline callbacks to work properly * Add modules for more builtins * Finish streamline of config function in plugin setup * Fix double use of which_key/wk * Fix erroneous remove of functionality in autopairs completion * consistency fixes * Work around telescope not found at config time * Match plugin definition of project and lualine with others * fix: restore config callback syntax Co-authored-by: Johan Melin <[email protected]> Co-authored-by: rebuilt <[email protected]> Co-authored-by: Luc Sinet <[email protected]> Co-authored-by: kylo252 <[email protected]>
2021-08-20[Feature] switch galaxyline to lualine (#1329)chaeing
2021-08-18[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)Ahmed Khalf
* Replace vim-rooter with project.nvim * Implement stylua format * Remove smart_cwd * Implicitly update nvim-tree dir when project active * Link datapath to cache * Fix stylua * Fix lint * Fix telescope bug * Fix telescope dependency * Fix telescope once and for all * Fix telescope once again
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-15[Refactor] Clean-up redundant module-load checks (#1011)kylo252
2021-08-12Revert "Merge pull request #1294 from kylo252/autopairs-refactor"abzcoding
This reverts commit d71c3280c88c72665a21875522f0be3b157075b4, reversing changes made to a3344203818658441d176fe279e1978505940432.
2021-08-11allow disabling autopairs completelykylo252
2021-08-11feat: make autopairs configurablekylo252
2021-08-10remove astronautachristianchiarulli
2021-08-10pin astronauta till we figure out the root cause (#1282)Abouzar Parvan
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
2021-08-08new event for vsnipChris
2021-08-06bufferline broke because the added active toggle will always be false. Set ↵rebuilt
it in default_config to fix behavior
2021-08-05ability to toggle bufferlinechristianchiarulli
2021-08-04lazy loading vim-rooter might cause some issuesAbouzar Parvan
because if FindRootDirectory not being found
2021-08-03feat: add lvim.lsp.smart_cwd (#1218)kylo252
- Enable querying the language-server for the `root_dir` - Use `root_dir` to set the current working-directory (CWD) - Make vim-rooter configurable and add an option to disable it Inspired by "ahmedkhalf/lsp-rooter.nvim"
2021-07-28no need to add root patterns, airblade/vim-rooter#123 got mergedRafael Madriz
2021-07-28just use tfChris
2021-07-28don't use this plugin strategy because it makes packer sadchristianchiarulli
2021-07-27include `package-lock.json` & `package.json` in root patterns (#1133)Rafael
* Just adds package.json and package-lock.json for the root patterns of vim-rooter * The other ones are the default patterns, see `:help g:rooter_patterns`
2021-07-26remove commentChris
2021-07-26compatible 0.5 treesitterchristianchiarulli
2021-07-25autoindent issue solved finallychristianchiarulli
2021-07-24New 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-21[Feature]: Add callbacks for plugins with a config entry for packer (#1042)devtoi
2021-07-19toggle() already follows the file, no need for find_file() (#1020)Abouzar Parvan
2021-07-19reverting due to #1018Abouzar Parvan
2021-07-18unpin nvim-tree.luaAbouzar Parvan
2021-07-18Split plugin loading logic from the configuration (#796)Luc Sinet
2021-07-16this may break things if not specified like thischristianchiarulli
2021-07-16[Feature] add linter support (#982)Luc Sinet
2021-07-16add scala and sbt support (#986)Abouzar Parvan
2021-07-14user toggleterm instead of ftermchristianchiarulli
2021-07-14Autopairs event trigger (#929)rebuilt
2021-07-13protected call for formatter.nvimchristianchiarulli
2021-07-13poc with local prettier workingchristianchiarulli