LunarVim/lua/lvim/core
Rafael Madriz cbeff80603 ref(telescope): don't overwrite default cmd to show hidden files
There's no need to overwrite default `find_files` command if we only
want to show hidden files. Instead we can pass the `hidden` option.
See: `help telescope.builtin.find_files()`

Ref: #1702
2022-05-09 22:07:07 -03:00
..
alpha feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
builtins feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
lualine feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
telescope chore(plugins): bump version (#2315) 2022-02-27 15:49:17 +03:30
alpha.lua fix(alpha): globalstatus after openning files from dashboard (#2366) 2022-03-20 14:18:17 +03:30
autocmds.lua fix(autocmd): actually use the format wrapper (#2560) 2022-05-03 14:29:25 +02:00
autopairs.lua fix(autopairs): remove weird tex rules from autopairs (#2206) 2022-01-23 13:11:01 +03:30
bufferline.lua feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
cmp.lua feat: add cmp-tmux to the list of sources (#2542) 2022-05-01 15:57:28 +02:00
commands.lua fix: correct a path to bufferline module (#2270) 2022-02-12 18:16:06 +01:00
comment.lua [Feature] use Comment.nvim instead of nvim-comment (#1736) 2021-10-11 20:10:59 +03:30
dap.lua fix(dap): pause key binding commmand (#2573) 2022-05-05 18:53:48 +04:30
gitsigns.lua feat: gitsigns yadm support (#2535) 2022-04-30 20:13:50 +04:30
info.lua feat(neovim): neovim 0.8 compatibility (#2544) 2022-05-03 03:38:21 +04:30
log.lua fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
notify.lua feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
nvimtree.lua fix(nvimtree): add latest changes from nvimtree (#2537) 2022-04-29 02:06:13 +04:30
project.lua fix: lsp root can get very annoying when working with multiple languages. User is still able to turn it on. 2021-11-18 02:56:48 -05:00
telescope.lua ref(telescope): don't overwrite default cmd to show hidden files 2022-05-09 22:07:07 -03:00
terminal.lua revert: do not run packer.sync() on every reload (#2548) 2022-05-01 16:29:11 +02:00
treesitter.lua refactor: avoid running ts.setup in headless (#2119) 2021-12-28 09:48:42 +01:00
which-key.lua feat(quit): make sure to ask before discarding changes (#2554) 2022-05-03 19:01:53 +04:30