Nvim: minor cmake and telescope changes

This commit is contained in:
Robert Kmieć
2024-04-22 23:54:16 +02:00
parent cd711ea4bf
commit 6e13939c5b
5 changed files with 20 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ return {
-- Options other than `highlight' and `priority' only work
-- if `inline' is disabled
-- Only show inlay hints for the current line
only_current_line = true,
only_current_line = false,
-- Event which triggers a refresh of the inlay hints.
-- You can make this { "CursorMoved" } or { "CursorMoved,CursorMovedI" } but
-- not that this may cause higher CPU usage.