diff --git a/internal/lsp/debug/info.go b/internal/lsp/debug/info.go index 2e8313f511..37f72bd0dc 100644 --- a/internal/lsp/debug/info.go +++ b/internal/lsp/debug/info.go @@ -20,7 +20,7 @@ const ( ) // Version is a manually-updated mechanism for tracking versions. -var Version = "v0.1.3" +var Version = "v0.1.4" // This writes the version and environment information to a writer. func PrintVersionInfo(w io.Writer, verbose bool, mode PrintMode) { diff --git a/internal/lsp/source/options.go b/internal/lsp/source/options.go index 062f020963..120e1703c0 100644 --- a/internal/lsp/source/options.go +++ b/internal/lsp/source/options.go @@ -29,8 +29,8 @@ var ( }, Completion: CompletionOptions{ Documentation: true, - Deep: true, - FuzzyMatching: true, + Deep: false, + FuzzyMatching: false, }, DefaultViewOptions: ViewOptions{ Env: os.Environ(),