summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
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
2021-07-10more lazylkoadchristianchiarulli
2021-07-10move pluginschristianchiarulli
2021-07-10only load jdtls for ft=javachristianchiarulli
2021-07-10refactor tex to use ftplugin onlychristianchiarulli
2021-07-10lazyload galaxylinechristianchiarulli
2021-07-09don't use custom plugin path yetchristianchiarulli
2021-07-09lvim separate package pathchristianchiarulli
2021-07-09config refactorchristianchiarulli
2021-07-09refactor plugin configchristianchiarulli
2021-07-09remove extra plugins (debloating)christianchiarulli
2021-07-09FTerm starts on same event as Dashboard (#820)Jonathan Raines
2021-07-09java tool working on macChris
2021-07-08try without tsupdateChris