summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
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
2021-07-03elixir updatesChris
2021-07-03indent-blankline.nvim lua branch has been merged into master (#607)Abouzar Parvan
2021-07-02use vim for packer compile pathChris
2021-07-02Add snap as an optional alternative to telescope (#582)Cam Spiers
Co-authored-by: Cam Spiers <[email protected]>
2021-07-02more lush supportChris
2021-07-02fix lspsagaChris
2021-07-02Adding DAPInstall.nvim in regards to #574 (#577)0.2.0Abouzar Parvan
2021-07-01lsp in ftplugin austonautomoychristianchiarulli
2021-07-01fixes indenting by adding compe setup in autopairs config (#569)rebuilt
2021-06-30updatesChris
2021-06-30add lush and template for creating colorschemesChris
2021-06-30lazyload telescope (#564)kylo252
* lazyload telescope * Update plugins.lua Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-30Use vim-elixir when elixir lang is active (#559)Lee Marlow
2021-06-29updates, everything false by defaultChris
2021-06-29added rust-tools thanks to bob3000 (#544)Abouzar Parvan
* added rust-tools * require_plugin has been removed
2021-06-28plugins configuredchristianchiarulli
2021-06-28new zen mode, other one didn't work with lazy loadingchristianchiarulli
2021-06-28more preconfigured pluginschristianchiarulli
2021-06-28bug fixeschristianchiarulli
2021-06-28indent line plugin optionchristianchiarulli
2021-06-28cleanup, need to configure all of the commented out pluginschristianchiarulli
2021-06-28ts playground optionchristianchiarulli
2021-06-28update plugin configchristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28more lazyloadchristianchiarulli