Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-07 | we don't need to remove autoformat group when there is none (#748) | Abouzar Parvan | |
2021-07-07 | Add missing document_highlight in default config (#743) | hui.liu | |
2021-07-07 | Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable | christianchiarulli | |
2021-07-07 | fix git signs | christianchiarulli | |
2021-07-07 | Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable0.4.4 | christianchiarulli | |
2021-07-07 | comment toggle on bufread | christianchiarulli | |
2021-07-07 | Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable | christianchiarulli | |
2021-07-07 | always use telescope | christianchiarulli | |
2021-07-07 | Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable | christianchiarulli | |
2021-07-06 | dashboard autoconfig | christianchiarulli | |
2021-07-06 | pin nvimtree | christianchiarulli | |
2021-07-06 | test lazyloading nvimtree | christianchiarulli | |
2021-07-06 | remove some config from nvimtree to test | christianchiarulli | |
2021-07-06 | pcall for view | christianchiarulli | |
2021-07-06 | remove dashboard from auto activating | christianchiarulli | |
2021-07-06 | formmatting | christianchiarulli | |
2021-07-06 | autoload dashboard | christianchiarulli | |
2021-07-06 | fix losing dashboard command add whichkey binding for lunarconfig0.4.3 | christianchiarulli | |
2021-07-06 | you can now toggle format on and off on the fly! | christianchiarulli | |
2021-07-06 | fix compe enter now working | christianchiarulli | |
2021-07-06 | center lazygit | Chris | |
2021-07-06 | custom whichkey entries | Chris | |
2021-07-06 | manual formatting with neoformat | Chris | |
2021-07-06 | wrap requires in pcall | Chris | |
2021-07-06 | testing autosave config poetnetially unstable | christianchiarulli | |
2021-07-06 | Replace 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-06 | fix telescope project issue (#723) | Abouzar Parvan | |
2021-07-06 | Setup tailwindcss-ls (#729) | hui.liu | |
2021-07-06 | galaxyline filler | christianchiarulli | |
2021-07-06 | galaxyline refactor | christianchiarulli | |
2021-07-06 | readme in user config | christianchiarulli | |
2021-07-06 | add user config for advanced users | christianchiarulli | |
2021-07-06 | add user config in lua director | christianchiarulli | |
2021-07-06 | remove extra config files | christianchiarulli | |
2021-07-06 | remove plugin bloat | christianchiarulli | |
2021-07-06 | add top level keybinding for symbols outline. (#728) | Joan López | |
2021-07-06 | fix resizing keybindings for mac (#725) | Abouzar Parvan | |
2021-07-06 | telescope project and packer had the same keybinding | abzcoding | |
2021-07-05 | fix rainbow | Chris | |
2021-07-05 | Merge branch 'master' of github.com:ChristianChiarulli/LunarVim | Chris | |
2021-07-05 | fix logo | Chris | |
2021-07-05 | more treesitter | christianchiarulli | |
2021-07-05 | another ts typo | Chris | |
2021-07-05 | fix ts bugs | Chris | |
2021-07-05 | Add 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-05 | Cleaner way to load vimtex config thanks to rebuilt. | Sv7n | |
2021-07-05 | no lazyload lspinstall0.4.0 | christianchiarulli | |
2021-07-05 | no lazyloading barbar | christianchiarulli | |
2021-07-05 | going back to barbar | christianchiarulli | |
2021-07-05 | (feat) use neoformat as the defalt format option (#715) | Rafael | |