summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Expand)Author
2021-09-01doc: generate docgenSimon Hauser
2021-09-01feat: add utility for fetching buffer directory (#902)Logan Connolly
2021-09-01fix: Should not block on git commands (#1176)TJ DeVries
2021-09-01fix: autocommands cursor outside of buffer (#1157)Omar Zeghouani
2021-08-26fix: Fix line endings for windows (#1169)TJ DeVries
2021-08-25fix(ts-highlighting): get hl name from the capture (#1166)Dhruv Manilawala
2021-08-23fix: safer teardown of buffer previewer (#1158)fdschmidt93
2021-08-23fix(pickers): attach_mappings on builtins.buffers needs return (#1155)Aiden Scandella
2021-08-23fix: (terminal) buffer previewer (#1120)fdschmidt93
2021-08-23refactor(pickers): remove additional fileopen (#1154)tami5
2021-08-23pickers(*): Add support for &tags (#1122)Emilia Simmons
2021-08-21hotfix: should have been there but wasntSimon Hauser
2021-08-21fix: for default sorters so we dont sort data after ordinal len if #prompt ==...Simon Hauser
2021-08-21fix(pickers): config mappings (#1147)Simon Hauser
2021-08-21fix: some improvements for telescope.symbols if run in insert mode (#1117)Simon Hauser
2021-08-21fix(command_parser): pcall for the loadstring (#1134)Luke Kershaw
2021-08-20fix: Close async oneshot jobs on finder:close (#1140)TJ DeVries
2021-08-20startup: load once and only when called for devicons (#1139)TJ DeVries
2021-08-20feat: Use nvim_buf_set_extmark right_align to do the magic for us (#1138)TJ DeVries
2021-08-20fix(sorters): fix sorters running after destroy, which can segfault (#1137)TJ DeVries
2021-08-20mapping: Remove center action after select_default action in default mappings...Joshua Cao
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-08-19fix(command parser): evaluate valid lua expressions (#1128)Luke Kershaw
2021-08-19Allow range parameters on command parser (#1123)Jan Steinke
2021-08-19fix(command parser): discard invalid lua expressions (#1124)Luke Kershaw
2021-08-18feat: allow tables in vimscript command parser (#1075)Luke Kershaw
2021-08-12chore: separate commit date & time in git_branches (#1111)James Trew
2021-08-11fix: builtin `list_or_jump` now handles non list replies from the server (#1101)Marten Trip
2021-08-11feat: api for clearing completion cb in userspace (#1097)fdschmidt93
2021-08-11feat: Move to plenary.popup (#1102)TJ DeVries
2021-08-09fix: picker config (#1094)Simon Hauser
2021-08-06fixup: styluaTJ DeVries
2021-08-06fix: Do not transform URIsTJ DeVries
2021-08-04chore: reformat docs after tree-sitter-lua changesSimon Hauser
2021-08-04feat: add option jump_type to lsp_definitions and lsp_implementations (#1077)zeertzjq
2021-08-04fix: preview the correct man page section (#1076)zeertzjq
2021-08-04fix: escape newlines in code action title (#1012)Dhruv Manilawala
2021-08-04feat: live_grep and grep_string function for additional opts (allow file mask...Nazeeh ElDirghami
2021-08-04fix(entry_to_qf): handle nil entry.cwd and absolute filenames (#1058)bi0ha2ard
2021-08-03fix: fix `file_browser` on windows and potentially other file opens (#1026)Luke Kershaw
2021-08-03fix: git_bcommit use absolute path for current file (#1059)Joshua Cao
2021-07-30feat: add git reset action for git commits picker (#999)Joel Palmer
2021-07-29feat: add no_ignore option to find_files (#1010)Lee Marlow
2021-07-25refactor: remove unused parameter (#1044)elianiva
2021-07-23fix: make path for send to qflist correct (#1037)Sebastian Lyng Johansen
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-20fix: unknown filetype error message (#1034)Simon Hauser
2021-07-20fix: check if tabline is present when calculating certain layouts (#1027)Luke Kershaw
2021-07-19feat: sort_mru for builtin buffers (#1028)Simon Hauser
2021-07-18feat: check type of `path_display` and warn user if wrong (#1023)Luke Kershaw