Selaa lähdekoodia

nixpkgs/neovim: show filename in telescope preview

Thomas Dy 2 vuotta sitten
vanhempi
commit
1ebce9f845
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .config/nixpkgs/neovim/plugins.lua

+ 2 - 0
.config/nixpkgs/neovim/plugins.lua

@@ -12,6 +12,8 @@ require('telescope').setup({
       prompt_position = 'top',
     },
     sorting_strategy = 'ascending',
+    -- use filename as preview window title
+    dynamic_preview_title = true,
   },
   pickers = {
     buffers = {