master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit bd3af2a9a4 - Show all commits

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.