Disable cmake telescope integration
This commit is contained in:
parent
e72fa7324b
commit
bd3af2a9a4
2
init.lua
2
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user