summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
2021-07-09FTerm starts on same event as Dashboard (#820)Jonathan Raines
2021-07-09java tool working on macChris
2021-07-08try without tsupdateChris
2021-07-08updatechristianchiarulli
2021-07-08new command for tsupdatechristianchiarulli
2021-07-08silent updatechristianchiarulli
2021-07-07new comment lazyload eventchristianchiarulli
2021-07-07more lazy load be carefulchristianchiarulli
2021-07-07refactoring whichkeychristianchiarulli
2021-07-07Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable0.4.4christianchiarulli
2021-07-07comment toggle on bufreadchristianchiarulli
2021-07-07Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stablechristianchiarulli
2021-07-07always use telescopechristianchiarulli
2021-07-07Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stablechristianchiarulli
2021-07-06dashboard autoconfigchristianchiarulli
2021-07-06pin nvimtreechristianchiarulli
2021-07-06test lazyloading nvimtreechristianchiarulli
2021-07-06remove dashboard from auto activatingchristianchiarulli
2021-07-06formmattingchristianchiarulli
2021-07-06autoload dashboardchristianchiarulli
2021-07-06fix losing dashboard command add whichkey binding for lunarconfig0.4.3christianchiarulli
2021-07-06custom whichkey entriesChris
2021-07-06wrap requires in pcallChris
2021-07-06testing autosave config poetnetially unstablechristianchiarulli
2021-07-06Replace LazyGit Plugin with FTerm Instance (#717)Jonathan Raines
* Replace LazyGit Plugin with FTerm Instance * Added gg keybind to FTerm LazyGit * Added check to see if lazygit is installed * Changed lazyload event to prevent error when called from dashboard on startup * Removed lazygit plugin. Changed Fterm lazy loading * Made the executable check more universal for when we include other terminal applications Co-authored-by: rebuilt <[email protected]>
2021-07-06fix telescope project issue (#723)Abouzar Parvan
2021-07-06remove plugin bloatchristianchiarulli
2021-07-05more treesitterchristianchiarulli
2021-07-05Add Treesitter extensions for better textobjects (#700)Anshuman Medhi
This adds three plugins that use treesitters parsing to provide smarter text objects [ts_textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) lets you define text objects for things like functions and classes [ts_textsubjects](https://github.com/RRethy/nvim-treesitter-textsubjects.git) defines a smart text object that selects a semantic block around the cursor [ts_hintobjects](https://github.com/mfussenegger/nvim-ts-hint-textobject) uses easymotion style hint labeling to show all the surrounding semantic blocks, letting you choose the correct one I have also added which-key entries for all the above Co-authored-by: Christian Chiarulli <[email protected]>
2021-07-05Cleaner way to load vimtex config thanks to rebuilt.Sv7n
2021-07-05no lazyload lspinstall0.4.0christianchiarulli
2021-07-05no lazyloading barbarchristianchiarulli
2021-07-05going back to barbarchristianchiarulli
2021-07-05(feat) use neoformat as the defalt format option (#715)Rafael
2021-07-05user defined pluginschristianchiarulli
2021-07-05debugging updateschristianchiarulli
2021-07-05remove lspsagaChris
2021-07-05basic python debuggingChris
2021-07-04shelfing null-ls for now, seems to slow things down significantlyChris
2021-07-04start formatting rulesRafael
2021-07-04Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run ↵Jacek Kiedrowski
PackerInstall, Compile etc to make it work after this change. (#670)
2021-07-04Better JS/TS Development Experience (#667)maxime50
Co-authored-by: Maxime <[email protected]>
2021-07-04more lazyloadchristianchiarulli
2021-07-04more lazyloadChris
2021-07-04Adding tabnine for compe (#640)Abouzar Parvan
2021-07-04lazy load lspinstall (#654)rebuilt
2021-07-04no more ft for rust tools for nowChris
2021-07-04Merge branch 'master' of github.com:ChristianChiarulli/LunarVimchristianchiarulli
2021-07-04using bufferline, barbar had too many conflicts unfortunatelychristianchiarulli
2021-07-04Fix typo (#636)Brandon Conway