From bd3af2a9a4c5b5c85ec4fe5c23dbf5daa4fa7c55 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Tue, 1 Feb 2022 13:12:25 +0100 Subject: [PATCH] Disable cmake telescope integration --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 07d8f47..a74f1a3 100644 --- a/init.lua +++ b/init.lua @@ -80,7 +80,7 @@ require('Comment').setup({ }, }) -------------------- CMAKE --------------------------------- -require('telescope').load_extension('cmake') +-- require('telescope').load_extension('cmake') require('cmake').setup({ parameters_file = 'neovim.json', -- JSON file to store information about selected target, run arguments and build type. build_dir = '{cwd}/build_nvim', -- Build directory. The expressions `{cwd}`, `{os}` and `{build_type}` will be expanded with the corresponding text values.