Commit Graph

1169 Commits

Author SHA1 Message Date
fdschmidt93
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
fdschmidt93
85239d9c3e feat(builtin.keymaps): show lua fn name if available (#1929) 2022-05-09 11:08:53 +02:00
Simon Hauser
4681dcdffe fix: another teardown issue (#1918) 2022-05-05 10:05:37 +02:00
Michael Maves
85d95dfddd fix(builtin.tags): custom filename width (#1842) 2022-05-04 22:13:40 +02:00
kylo252
3f3cba430e feat(live_grep): add glob and type filter shorthand opts (#1695) 2022-05-04 21:57:29 +02:00
fdschmidt93
8d1841bff5 feat: quickfixhistory picker (#1878) 2022-05-04 21:50:15 +02:00
fdschmidt93
c93276acd3 fix: initial mode setting issues (#1917) 2022-05-04 15:00:28 +02:00
fdschmidt93
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
fdschmidt93
e454a0ad37 fix(pickers): misc initial_mode setting fixes (#1895) 2022-05-03 08:53:22 +02:00
Simon Hauser
23e28d066a fix: termpreviewer scrolling (#1906) 2022-05-02 08:48:50 +02:00
Simon Hauser
544c5ee407 fix: termopen previewer (#1901)
- buffer leaking
- still insert mode on confirm
2022-05-01 09:46:50 +02:00
Chinmay Dalal
280c4e3037 fix(treesitter): use upstream get_node_text() instead of nvim-treesitter's deprecated one (#1905) 2022-05-01 09:45:26 +02:00
Simon Hauser
57bd8a5002 chore: update funding 2022-04-30 18:56:51 +02:00
Christian Clason
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 Ray
557c8b98c5 docs: add 'https://' prefix to smart history link (#1885) 2022-04-30 12:35:34 +02:00
Quet Zal
a59ada7914 fix: close process handle after termination (#1856) 2022-04-30 12:33:15 +02:00
milanglacier
8fe79f9d1d feat: support for builtin.commands to show buffer commands (#1889) 2022-04-30 12:27:16 +02:00
Simon Hauser
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
fdschmidt93
7cde1ca834 fix(actions): don't exec pre or post if replaced (#1892) 2022-04-28 15:37:01 +02:00
fdschmidt93
4449f709c3 fix(finder): don't trigger twice w/ inital_mode="insert" (#1886) 2022-04-27 12:33:49 +02:00
Maximilian Schmidt
6a54433038 docs: fix typo in reference to vim.lsp.buf.code_action (#1883) 2022-04-26 08:54:04 +02:00
Simon Hauser
2b8c7b1ec7 fix: prompt now has always buftype prompt
fix #1882
2022-04-26 08:49:16 +02:00
Simon Hauser
e7e90466de break: remove lsp code actions (#1866)
see :help telescope.changelog-1866 for more information
2022-04-25 22:52:00 +02:00
Simon Hauser
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
Simon Hauser
fce74f509d ci: fix docgen after tjdevries/tree-sitter-lua/pull/48 2022-04-25 22:24:14 +02:00
fdschmidt93
8b02088743 fix(which_key): get full path & handle table assignment of funcrefs (#1875) 2022-04-22 23:40:39 +02:00
Simon Hauser
d743d70292 chore: use of require "health" over vim.fn["health#*"] (#1868) 2022-04-22 16:25:32 +02:00
Dave Lage
697ee7aa70 feat: lua autocmd (#1707) 2022-04-22 16:20:59 +02:00
kylo252
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 Hauser
5a58b1f535 break: bump minimum required neovim version to 0.7 (#1851) 2022-04-22 16:08:56 +02:00
fdschmidt93
d88094fbfd feat: show assigned function in actions.which_key (#1871) nvim-0.6 2022-04-22 15:52:22 +02:00
fdschmidt93
92019d5053 fix: extra finder loop on refresh w/ reset prompt (#1860) 2022-04-20 20:34:39 +02:00
Antoine Bertin
6e7ed1b963 feat: add default hl group for devicons (#1849) 2022-04-18 14:05:57 +02:00
rowario
32505ece72 feat: added trim option to make_entry.gen_from_quickfix (#1838) 2022-04-18 09:23:07 +02:00
Simon Hauser
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 Hauser
c8ef91a052 fix: displayer when tabs are used and ts is != 1 (#1845) 2022-04-17 15:59:46 +02:00
Simon Hauser
a5be929142 docs: document more actions and add introduction to actions (#1829) 2022-04-17 14:47:13 +02:00
wongxy
b7ae91c82b fix(builtin.colorscheme): also restore &background (#1835) 2022-04-10 15:24:47 +02:00
Simon Hauser
762d49f607 feat(lsp_references): include current line option
close: #1821
2022-04-09 13:17:57 +02:00
Joshua Cao
8af0d384d2 fix: save position into jumplist before 'edit' action (#1234)
currently enabled for some builtins. You can manually enable it by adding `push_cursor_on_edit = true` to the builtin options. But feel free to open a PR if you find a builtin that needs this option enabled.
2022-04-08 20:09:58 +02:00
Michael Benford
317371d37c feat: global configuration of results_title and prompt_title (#1817) 2022-04-08 18:17:54 +02:00
Simon Hauser
6e7ee38292 chore: reformat with stylua 0.13 2022-04-03 13:33:33 +02:00
Simon Hauser
d38ad438f3 fix: action replace/enhance if the replaced/enhanced action as combined (#1814) 2022-03-31 18:42:38 +02:00
Simon Hauser
b83d6d4711 fix (treesitter): kind column
fix #1811
2022-03-30 21:49:33 +02:00
Dhruv Manilawala
5a93a6f005 fix: typo for notify log level (#1813) 2022-03-30 21:43:32 +02:00
Dhruv Manilawala
4eedf1599e fix: add %s to notify message of git checkout action (#1812) 2022-03-30 17:12:46 +02:00