Disable cmake telescope integration

This commit is contained in:
Oliver Hartmann 2022-02-01 13:12:25 +01:00
parent e72fa7324b
commit bd3af2a9a4

View File

@ -80,7 +80,7 @@ require('Comment').setup({
}, },
}) })
-------------------- CMAKE --------------------------------- -------------------- CMAKE ---------------------------------
require('telescope').load_extension('cmake') -- require('telescope').load_extension('cmake')
require('cmake').setup({ require('cmake').setup({
parameters_file = 'neovim.json', -- JSON file to store information about selected target, run arguments and build type. 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. build_dir = '{cwd}/build_nvim', -- Build directory. The expressions `{cwd}`, `{os}` and `{build_type}` will be expanded with the corresponding text values.