summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
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-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-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
2020-09-04Adds split and tabedit mappings. Adopted by fzf.vim (#29)Simon Hauser
2020-09-04Fix mapping prefix (#26)runiq
`<cmd>` doesn't trigger `InsertLeave`.
2020-09-04breaking: change attach_mappings to take bufnr as first argumentTJ DeVries
2020-09-04fix: Don't push past midnight. You'll make clason's stuff break :/TJ DeVries
2020-09-04feat: vertical layouts. see 'layout_strategy'TJ DeVries
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-03Add arrow key mappings for insert and normal mode. (#21)Dave Lage
2020-09-03fix: Prevent people from erroring from having new lines in displayTJ DeVries
2020-09-03feat: Add cool mapping for <C-R> in command modeTJ DeVries
2020-09-02fix: clear last lineTJ DeVries
2020-09-02feat: add some new items and make mappings easierTJ DeVries
2020-09-01Added functionality to view and navigate loclist (#17)Himanshu
2020-09-01feat/hack: Add builtin.builtinTJ DeVries
2020-09-01feat: new fuzzy sorterTJ DeVries
2020-09-01wip: new sortersTJ DeVries
2020-09-01feat: Add <CR> for normal modeTJ DeVries
2020-09-01fix: failed to check for localTJ DeVries
2020-08-31closes: #10TJ DeVries
2020-08-31Add some WIP stuffTJ DeVries
2020-08-31fix: Rendering sometimes didn't workTJ DeVries
2020-08-31fix: lower logging levelTJ DeVries
2020-08-31wip: Messing around w/ ffi for some stuffTJ DeVries
2020-08-31feat: Combine configuration into picker.new()TJ DeVries
2020-08-31Remove useless (?) tbl_mapsmolck
2020-08-31Revert finders.lua changesmolck
2020-08-31Don't use FZFsmolck
2020-08-31Add FZF builtin for searching vim.v.oldfilessmolck
2020-08-31Renames the quickfix-related builtin variables from lsp referencesSeth Messer
2020-08-31feat: Add better mapping supportTJ DeVries
2020-08-31wip: start on mappingsTJ DeVries
2020-08-30feat: Add selection strategiesTJ DeVries
2020-08-29feat: Add escape spammingTJ DeVries