summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-08silent updatechristianchiarulli
2021-07-08call colorschemes only after they get installed (#798)rebuilt
2021-07-08added quit and save for which key (#788)maminou
2021-07-08User config option to change Rust inline hint/param prefixes (#774)Henrik Nilsson
* User configurable Rust inline hint prefixes * Ordered the language list * Rust param hints and ordered lang list
2021-07-08Check lsp client is active for all language files (#790)hui.liu
2021-07-08add scrolloff config optionGruak
2021-07-08you can disable clipboard (#783)Abouzar Parvan
2021-07-08Rewrote parameter value to shorten.Uzaaft
2021-07-08Update init.luaUzaaft
Fixed issue with formatting
2021-07-08Update lv-telescope init.luaUzaaft
Fix issue with deprecated config line. Ref: telescope.changelog-839.
2021-07-08Fix terminal window navigation keymaps (#776)Nawfal bin Mohmad Rouyan
Missing '>' for <C+\\>
2021-07-07new comment lazyload eventchristianchiarulli
2021-07-07remove sessions from dashboard for nowchristianchiarulli
2021-07-07more lazy load be carefulchristianchiarulli
2021-07-07refactoring whichkeychristianchiarulli
2021-07-07WIP: show virtualenv inside galaxyline (#767)Abouzar Parvan
2021-07-07while using lazygit inside fterm, esc key will act as quit instead of going ↵Abouzar Parvan
to normal mode (#762)
2021-07-07option for user to configure the cmdheight and number_width as per their ↵Ramiz Sarfaraj
liking. (#764) * few of my changes * option for user configuration of cmdheight and number_width
2021-07-07fixed treesitter textobject issue (#763)Abouzar Parvan
2021-07-07Terminal window keymappings from vimscript to lua (#757)Henrik Nilsson
2021-07-07add missing QuickFixToggle() function (#752)Abouzar Parvan
2021-07-07check if group exists before removingChris
2021-07-07we don't need to remove autoformat group when there is none (#748)Abouzar Parvan
2021-07-07Add missing document_highlight in default config (#743)hui.liu
2021-07-07Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stablechristianchiarulli
2021-07-07fix git signschristianchiarulli
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 some config from nvimtree to testchristianchiarulli
2021-07-06pcall for viewchristianchiarulli
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-06you can now toggle format on and off on the fly!christianchiarulli
2021-07-06fix compe enter now workingchristianchiarulli
2021-07-06center lazygitChris
2021-07-06custom whichkey entriesChris
2021-07-06manual formatting with neoformatChris
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-06Setup tailwindcss-ls (#729)hui.liu