diff options
| author | rockerBOO <rockerboo@gmail.com> | 2020-09-16 13:07:27 -0400 |
|---|---|---|
| committer | rockerBOO <rockerboo@gmail.com> | 2020-09-16 13:07:27 -0400 |
| commit | 2766cb24ca42adeb66c55f192be2267c535a0548 (patch) | |
| tree | 571bff3b1f61790dc8f4c84c0b3bd7c3500b4ef2 | |
| parent | e92ba423f9624f8e3fc0efcea8b19647a6afaf7c (diff) | |
fix: Removing old language
| -rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -287,19 +287,17 @@ Use the telescope. Common groups of settings can be setup to allow for themes. We have some built in themes but are looking for more cool options. -Right now here is how we do it in lua. Working on a simplier integration with vimscript for bindings. - ```vim nnoremap <Leader>f :lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({}))<cr> ``` -Then you can put your configuration into `get_dropdown` +Then you can put your configuration into `get_dropdown({})` ```vim nnoremap <Leader>f :lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({ winblend = 10 }))<cr> ``` -If you wish to make theme, check out `lua/telescope/themes.lua`. If you need more features make an issue :). +If you wish to make theme, check out `lua/telescope/themes.lua`. If you need more features, make an issue :). ## Goals |
