Commit Graph
812 Commits
Author SHA1 Message Date
Fabian David SchmidtandGitHub ad19bf6b8e fix: cursor move in actions.insert_symbol_i (#1979) 2022-06-01 16:52:15 +02:00
iwatakaandGitHub 54be102e20 fix(builtin.commands): action error caused by remapping : (#1972) 2022-05-29 12:52:40 +02:00
Fabian David SchmidtandGitHub cd9e6aaee0 fix(git_branch): fix typo in action notification (#1966) 2022-05-25 15:26:28 +02:00
fdschmidt93andGitHub 1a91238a6a fix: wrong win on selection (#1951) 2022-05-20 12:08:33 +02:00
fdschmidt93andGitHub b4c45e8c61 fix: exiting picker from insert mode (#1202) 2022-05-20 09:18:27 +02:00
matt riceandGitHub 7bc8efd77b docs: reflect behavior of diagnostics bufnr nil (#1879) 2022-05-18 20:10:45 +02:00
3cc44f8f05 fix: set tagstack when we jump with lsp in telescope (#1887)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-05-18 19:59:12 +02:00
Simon Hauser 01fc5a9274 hotfix: regression from latest commit, files could no longer be opened 2022-05-15 22:13:32 +02:00
TJ DeVriesandGitHub 0b5f1d69d7 feat: Add ability to choose window to edit (#745) 2022-05-15 22:08:16 +02:00
pjmtdwandGitHub 2e421ef02d fix: get mark list from opts.bufnr instead of using :marks (#1935)
Should fix marks when going through builtin.builtin
2022-05-15 22:00:01 +02:00
xeluxeeandGitHub 20040cac31 fix: correctly use nvim-web-devicons (#1937)
Also performance improvements for utils.path_tail
2022-05-15 21:58:03 +02:00
fdschmidt93andGitHub 39b12d84e8 feat(entry_display): expose prompt_bufnr opt (#1934)
Required for `vim.ui.input` with file_browser extension
when prompt_bufnr may be left intermittently
2022-05-12 08:39:19 +02:00
fdschmidt93andGitHub 795a63ed29 feat(docs): simplified architecture flow chart (#1925)
`:h telescope.nvim` now shows an overview of the telescope architecture
2022-05-09 11:43:22 +02:00
fdschmidt93andGitHub 85239d9c3e feat(builtin.keymaps): show lua fn name if available (#1929) 2022-05-09 11:08:53 +02:00
Simon HauserandGitHub 4681dcdffe fix: another teardown issue (#1918) 2022-05-05 10:05:37 +02:00
Michael MavesandGitHub 85d95dfddd fix(builtin.tags): custom filename width (#1842) 2022-05-04 22:13:40 +02:00
kylo252andGitHub 3f3cba430e feat(live_grep): add glob and type filter shorthand opts (#1695) 2022-05-04 21:57:29 +02:00
fdschmidt93andGitHub 8d1841bff5 feat: quickfixhistory picker (#1878) 2022-05-04 21:50:15 +02:00
fdschmidt93andGitHub c93276acd3 fix: initial mode setting issues (#1917) 2022-05-04 15:00:28 +02:00
fdschmidt93andGitHub 80e4313cc8 Revert "fix(pickers): misc initial_mode setting fixes (#1895)" (#1914)
Reverts circumventing A for initial_mode insert as many more users have issues with the current (failed attempt at a) fix
2022-05-03 18:36:45 +02:00
fdschmidt93andGitHub e454a0ad37 fix(pickers): misc initial_mode setting fixes (#1895) 2022-05-03 08:53:22 +02:00
Simon HauserandGitHub 23e28d066a fix: termpreviewer scrolling (#1906) 2022-05-02 08:48:50 +02:00
Simon HauserandGitHub 544c5ee407 fix: termopen previewer (#1901)
- buffer leaking
- still insert mode on confirm
2022-05-01 09:46:50 +02:00
Chinmay DalalandGitHub 280c4e3037 fix(treesitter): use upstream get_node_text() instead of nvim-treesitter's deprecated one (#1905) 2022-05-01 09:45:26 +02:00
Christian ClasonandGitHub b70256066e chore: adapt to resolved_capabilities deprecation (#1902)
Neovim deprecated `resolved_capabilities` in https://github.com/neovim/neovim/pull/17814
Replace with `server_capabilities` and adapted feature table, which is backwards compatible 
with 0.7.
2022-04-30 17:24:52 +02:00
Austin RayandGitHub 557c8b98c5 docs: add 'https://' prefix to smart history link (#1885) 2022-04-30 12:35:34 +02:00
Quet ZalandGitHub a59ada7914 fix: close process handle after termination (#1856) 2022-04-30 12:33:15 +02:00
milanglacierandGitHub 8fe79f9d1d feat: support for builtin.commands to show buffer commands (#1889) 2022-04-30 12:27:16 +02:00
Simon HauserandGitHub 1b6909cfb3 docs(smart_path): add negative performance warning (#1899) 2022-04-30 12:10:41 +02:00
Simon Hauser 460eb8c32b fix: man_pages respect nosplitright for <c-v>
followup to bf16fe620f
2022-04-30 09:22:08 +02:00
Simon Hauser bf16fe620f fix: help_tags respect nosplitright for <c-v>
fix #1897
2022-04-30 09:18:16 +02:00
fdschmidt93andGitHub 7cde1ca834 fix(actions): don't exec pre or post if replaced (#1892) 2022-04-28 15:37:01 +02:00
fdschmidt93andGitHub 4449f709c3 fix(finder): don't trigger twice w/ inital_mode="insert" (#1886) 2022-04-27 12:33:49 +02:00
Simon Hauser 2b8c7b1ec7 fix: prompt now has always buftype prompt
fix #1882
2022-04-26 08:49:16 +02:00
Simon HauserandGitHub e7e90466de break: remove lsp code actions (#1866)
see :help telescope.changelog-1866 for more information
2022-04-25 22:52:00 +02:00
5045d7e5e7 feat: switch to telescope.lua (#1873)
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-04-25 22:34:42 +02:00
Simon Hauser fd9e1e1674 fix(help_tags): exclude invalid help-tag that errors
fix #1858
2022-04-25 22:29:53 +02:00
fdschmidt93andGitHub 8b02088743 fix(which_key): get full path & handle table assignment of funcrefs (#1875) 2022-04-22 23:40:39 +02:00
Simon HauserandGitHub d743d70292 chore: use of require "health" over vim.fn["health#*"] (#1868) 2022-04-22 16:25:32 +02:00
Dave LageandGitHub 697ee7aa70 feat: lua autocmd (#1707) 2022-04-22 16:20:59 +02:00
cc1a3440f9 fix: fix keep insert when going from telescope window to telescope window (#1600)
Also fixes `initial_mode`

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-04-22 16:13:32 +02:00
Simon HauserandGitHub 5a58b1f535 break: bump minimum required neovim version to 0.7 (#1851) 2022-04-22 16:08:56 +02:00
fdschmidt93andGitHub d88094fbfd feat: show assigned function in actions.which_key (#1871) 2022-04-22 15:52:22 +02:00
fdschmidt93andGitHub 92019d5053 fix: extra finder loop on refresh w/ reset prompt (#1860) 2022-04-20 20:34:39 +02:00
Antoine BertinandGitHub 6e7ed1b963 feat: add default hl group for devicons (#1849) 2022-04-18 14:05:57 +02:00
rowarioandGitHub 32505ece72 feat: added trim option to make_entry.gen_from_quickfix (#1838) 2022-04-18 09:23:07 +02:00
Simon HauserandGitHub 831f76a809 docs: add module prefix (#1847) 2022-04-18 08:21:00 +02:00
Simon Hauser 66c3e2a351 fix: error if telescope is being opened from command-line window
This is impossible see `:help E11`
Close #1810
2022-04-17 16:32:47 +02:00
Simon HauserandGitHub c8ef91a052 fix: displayer when tabs are used and ts is != 1 (#1845) 2022-04-17 15:59:46 +02:00
Simon HauserandGitHub a5be929142 docs: document more actions and add introduction to actions (#1829) 2022-04-17 14:47:13 +02:00