Explorar el Código

nixpkgs/neovim: show filename in telescope preview

Thomas Dy hace 2 años
padre
commit
1ebce9f845
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 = {