summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-11feat: make buffer work much betterTJ DeVries
2020-09-11scratch: add thoughtsTJ DeVries
2020-09-11scratch: add thoughtsTJ DeVries
2020-09-11feat: add a bit better writer supportTJ DeVries
2020-09-11Add fundingTJ DeVries
2020-09-11Add smart case to vimgrep arguments (#60)Christian Clason
2020-09-11fix: make begin proffTJ DeVries
2020-09-11Restrict find_files to filesChristian Clason
2020-09-11temp: add PERFTJ DeVries
2020-09-11feat: Add some more layout optionsTJ DeVries
2020-09-11feat: add top down prompt positionTJ DeVries
2020-09-11feat: add current file fuzzy finderTJ DeVries
2020-09-10docs: Add notes about requirements for the APIrockerBOO
2020-09-10docs: Clarify full example explainationrockerBOO
2020-09-10docs: Need neovim nightlyrockerBOO
2020-09-10docs: Align params in pipelinerockerBOO
2020-09-10docs: Tabs to spacesrockerBOO
2020-09-10docs: tabs > spaces, add more optional optionsrockerBOO
2020-09-10docs: Add Requirements and more examples.rockerBOO
2020-09-10feat: add border and bordercharsTJ DeVries
2020-09-10Don't let begin error when he makes bad stuffTJ DeVries
2020-09-10feat: add filetypeTJ DeVries
2020-09-10builtin.fd -> builtin.find_filesTJ DeVries
2020-09-10Allow easily changing grep argumentsTJ DeVries
2020-09-10rounded corners (#48)Christian Clason
2020-09-10fix: Close should put you back in original window idTJ DeVries
2020-09-09fix: j/k in normal moderockerBOO
2020-09-09Use vim in READMEDave Lage
2020-09-09Merge pull request #46 from rockerBOO/mappings-docsDave Lage
Add Mappings to README
2020-09-09Add mappings to readmerockerBOO
2020-09-09feat: add flexTJ DeVries
2020-09-09fix: don't accidentally mess with stateTJ DeVries
2020-09-08temp: limit requests for live grepTJ DeVries
2020-09-07fix: set some opts for batTJ DeVries
2020-09-07feat: no longer need to set minheight in window_optionsTJ DeVries
2020-09-07fix: Close termopen jobs when doneTJ DeVries
TODO: Still need to fix the rest of em. And I see lots of repeated code... we will need to fix that. Also adjusted some bat options.
2020-09-07Merge pull request #39 from rockerBOO/docsDave Lage
docs: Add treesitter to optional list.
2020-09-07docs: Add treesitter to optional list.rockerBOO
2020-09-07Merge pull request #38 from rockerBOO/docsDave Lage
docs: Add available API
2020-09-07fix: grammarrockerBOO
2020-09-07docs: Add available APIrockerBOO
2020-09-07Begin work on larger global config, to tailor defaultsTJ DeVries
2020-09-06View the planets (#12)smolck
* add planets viewer builtin * Remove print statement * Don't use fzf & echo * Add all planets as files and refactor accordingly * Remove planets.lua * add the moon * example ofe how to do this without ls everywhere * fix rebase and update to new style Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-09-06Normalize mappings (#28)runiq
Modes now use lowercase keys, mappings use the internal representation via `nvim_replace_termcodes()`.
2020-09-06added treesitter builtin (#31)Brian Ryall
* added treesitter builtim * fixed treesitter pr comments * fix the buffer previewer to keep lnum visable
2020-09-05fix: err msgTJ DeVries
2020-09-05added preview for files which spaces in names. (#35)Subeet Kumar Dutta
TODO: Still need to do better escaping.
2020-09-05feat: version checkTJ DeVries
2020-09-05fix: respect path over filenameTJ DeVries
2020-09-05feat: add buffer list (#30) TJ DeVries
NOTE: Buffer entry sometimes uses unstyled window, and I can't figure out why. * feat: add buffers * fixup