summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-06Setup tailwindcss-ls (#729)hui.liu
2021-07-06galaxyline fillerchristianchiarulli
2021-07-06galaxyline refactorchristianchiarulli
2021-07-06readme in user configchristianchiarulli
2021-07-06add user config for advanced userschristianchiarulli
2021-07-06add user config in lua directorchristianchiarulli
2021-07-06remove extra config fileschristianchiarulli
2021-07-06remove plugin bloatchristianchiarulli
2021-07-06add top level keybinding for symbols outline. (#728)Joan López
2021-07-06fix resizing keybindings for mac (#725)Abouzar Parvan
2021-07-06telescope project and packer had the same keybindingabzcoding
2021-07-05fix rainbowChris
2021-07-05Merge branch 'master' of github.com:ChristianChiarulli/LunarVimChris
2021-07-05fix logoChris
2021-07-05more treesitterchristianchiarulli
2021-07-05another ts typoChris
2021-07-05fix ts bugsChris
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-05updated autocommands for userchristianchiarulli
2021-07-05Ensure the keymap set in lua/lv-autopairs/init.lua works as expected. (#684)Nawfal bin Mohmad Rouyan
Please refer to https://github.com/windwp/nvim-autopairs#mapping-cr nvim-compe section. If this keymap is preferred, maybe we can remove the map set in autopairs.
2021-07-05switch to absolute line numbers in insert mode (#702)Robin Kautz
* switch to absolute line numbers in insert mode * made aucmd respect cursorline setting
2021-07-05Adds: packer keybindings (#709)rebuilt
2021-07-05debugging updateschristianchiarulli
2021-07-05evenly resize split windows (#698)Robin Kautz
* evenly resize split windows * fixed indention
2021-07-05add SignColumn to transparent window option (#701)Pasquale
2021-07-05Add True/False to dial (#707)jimcornmell
For languages like Python.
2021-07-05Add borders to lsp popups (#686)kjssad
* feat(lsp): add single type border to hover popup * feat(lsp): add single type border to signatureHelp * feat(lsp): add border to line diagnostic popup * feat(lsp): use global option to configure borders
2021-07-05fixes condition to use local prettier (#678)Robin Kautz
2021-07-05remove lspsagaChris
2021-07-05add ! to close the tabChris
2021-07-05basic python debuggingChris
2021-07-04emmet-ls technically doesn't support reactchristianchiarulli
2021-07-04shelfing null-ls for now, seems to slow things down significantlyChris
2021-07-04Remove `extras` Config option since extras plugins are enabled individualy ↵maxime50
now (#673) * Remove `extras` Global Config * remove white space Co-authored-by: maxime50 <>
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-04Merge branch 'master' of github.com:ChristianChiarulli/LunarVimchristianchiarulli
2021-07-04cleaner treechristianchiarulli
2021-07-04[KEYMAP] Support quickfix navigation with [q / ]q (#660)James Walmsley
2021-07-04Merge branch 'master' of github.com:ChristianChiarulli/LunarVimchristianchiarulli
2021-07-04galaxyline will follow theme colors, still need themes that support these hl ↵christianchiarulli
groups tho
2021-07-04typo Bdelete instead of bdelete (#666)Kai
2021-07-04much more handsome bufferlinechristianchiarulli