Sfoglia il codice sorgente

nixpkgs/neovim: show filename in telescope preview

Thomas Dy 2 anni fa
parent
commit
1ebce9f845
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 = {