master #1

Open
oli wants to merge 912 commits from master into lua
2 changed files with 0 additions and 23 deletions
Showing only changes of commit c09e59d3e5 - Show all commits

View File

@@ -1,22 +0,0 @@
return {
'ahmedkhalf/project.nvim',
config = function()
require('project_nvim').setup(
{
silent_chdir = true,
ignore_lsp = { 'null-ls', 'cmake', 'neocmake' },
patterns = { '.git', '_darcs', '.hg', '.bzr', '.svn', 'Makefile', 'package.json', 'build_nvim', 'real_path.txt',
'conaninfo.txt' },
})
end,
enabled = false,
keys = {
{
'<space>p',
function()
require('telescope').extensions.projects.projects()
end,
desc = 'Select project',
},
}
}

View File

@@ -11,7 +11,6 @@ return {
'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build', 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build',
}, },
'nvim-telescope/telescope-ui-select.nvim', 'nvim-telescope/telescope-ui-select.nvim',
'ahmedkhalf/project.nvim',
}, },
cmd = { 'Telescope' }, cmd = { 'Telescope' },
keys = { keys = {