summaryrefslogtreecommitdiff
path: root/lua/core
AgeCommit message (Collapse)Author
2021-07-19toggle() already follows the file, no need for find_file() (#1020)Abouzar Parvan
2021-07-18fixing broken nvimtree (#1012)Abouzar Parvan
2021-07-17a better path_display default for telescope (#1009)Abouzar Parvan
2021-07-17[Refactor] nvimtree to be configurable (#970)chaeing
* Refactor nvimtree to be configurable * Correct the location of .stylua.toml in Contrib.md Co-authored-by: Christian Chiarulli <[email protected]>
2021-07-16[Feature] add linter support (#982)Luc Sinet
2021-07-16:tada: telescope supports colorscheme preview (#995)Abouzar Parvan
2021-07-15updatechristianchiarulli
2021-07-14user toggleterm instead of ftermchristianchiarulli
2021-07-14Use user defined value when setting showtabline on BufLeave (#939)Pasi Bergman
2021-07-14Fix dashboard which key still appears when dashboard disabled (#923)hui.liu
* Fix dashboard which key still appears when dashboard disabled * Prevent override user_which_key
2021-07-13Added default formatters (#908)Abouzar Parvan
* added default formatters for a couple of langs * fix: sugesstions from tastyep * allow users to change default formatters * suggestion: mellow pointed out the telescope issue * we don't need to use formatter.setup
2021-07-14[WHICH-KEY] Use wk.register() to handle the overrides. (#915)James Walmsley
2021-07-14Fix vsnip_dir typo (#916)Brandon Conway
2021-07-13always close tree, there is a bug with nvimtree if you don't autoclose where ↵Chris
the buffer you open will inherit the settings of the tree buffer
2021-07-13Add telescope cycle prompt history keymappings (#909)hui.liu
2021-07-13protected call for formatter.nvimchristianchiarulli
2021-07-13poc with local prettier workingchristianchiarulli
2021-07-12refactor, fix galaxylinechristianchiarulli
2021-07-12refactor single filechristianchiarulli
2021-07-12poc for refactor into one filechristianchiarulli