소스 검색

nixpkgs/neovim: show filename in telescope preview

Thomas Dy 2 년 전
부모
커밋
1ebce9f845
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 = {