summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
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
2021-07-12refactor, fix galaxylinechristianchiarulli
2021-07-13we should install O.user_plugins (#905)Abouzar Parvan
2021-07-12Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingchristianchiarulli
2021-07-12refactor single filechristianchiarulli
2021-07-13fix: comment typo (#902)Aaron Keisler
2021-07-12poc for refactor into one filechristianchiarulli
2021-07-12vim-rooter is essentialChris
2021-07-10don't lazyload telescope (breaks c-j c-k navigation)Chris
2021-07-10avoiding OCD attack with the help of folke/todo-comments (#839)Abouzar Parvan
2021-07-10don't lazy load compe and autopairs autoindent issuechristianchiarulli
2021-07-10remove lazyload dapchristianchiarulli
2021-07-10WIP: using formatter.nvim instead of neoformat (#781)Abouzar Parvan
2021-07-10refactor lspinstallChris
2021-07-10refactor pluginsChris
2021-07-10udpate plugin listchristianchiarulli