diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-08-28 19:18:30 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-08-28 19:18:30 +0100 |
commit | 1540a503a78d77ee73319c0b20cfdf3578473ef7 (patch) | |
tree | 5cf4ec43542360399e5e1a0bbd7c9cf8f6bd5873 | |
parent | 4e1b4a4df9c8ad9095031a58c0eca4766070a45c (diff) | |
download | dotnvim-1540a503a78d77ee73319c0b20cfdf3578473ef7.tar.gz dotnvim-1540a503a78d77ee73319c0b20cfdf3578473ef7.zip |
Tree-sitter is slow :(
-rw-r--r-- | plugins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 6f2cc11..3fdcee3 100644 --- a/plugins.vim +++ b/plugins.vim @@ -68,6 +68,7 @@ call plug#end() require("telescope").setup { defaults = { path_display = { truncate = 1 }, + preview = { telescope = 0 }, }, } EOF |