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.