summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
AgeCommit message (Collapse)Author
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
2021-06-28snippets are back and lazyloadeschristianchiarulli
2021-06-28zen mode lazyloadchristianchiarulli
2021-06-28more optional pluginschristianchiarulli
2021-06-28handsome new plugin configchristianchiarulli
2021-06-28config overhaulchristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28updateschristianchiarulli
2021-06-27use start now, for more speedchristianchiarulli
2021-06-27more lazy loadingchristianchiarulli
2021-06-27more speedchristianchiarulli
2021-06-27fix lsp not startingchristianchiarulli
2021-06-27update configurationChris
2021-06-27removing plugins increasing speed by 100%, still needs more workChris
2021-06-26Add Vimtex for Latex support (#512)Luc Sinet
* Add vimtex plugin Vimtex provides a full integration for latex files, see: https://github.com/lervag/vimtex. Zathura is used as default pdf viewer as it allows live reloading. * Provide the <leader>L shortcut for Latex operations. * Move vimtex into the extra plugins section Add a short comment above extra plugins to introduce their functionality * Only define whcihKey mapping for Vimtex if O.extras is true Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-26Fix spectre (#520)Luc Sinet
* Correctly require Spectre plugin. Configure backslash as key for interacting with spectre's results. * Refactor + add Spectre mapping Map all keys using the mapping variables. Explicitly specify virtual mappings. * Remove already prepended character from mapping keys Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-25sorting out filepicker issueschristianchiarulli
2021-06-18Fix: Correctly require FTerm in plugins.lua (#485)OliverNChalk
2021-06-18vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug ↵rmagillxyz
(#479)
2021-06-02update pluginschristianchiarulli