switch to nvim.project

This commit is contained in:
Thomas Ruoff
2023-04-26 22:03:02 +02:00
parent f1e48e6702
commit 477bc1da79
2 changed files with 0 additions and 12 deletions

View File

@@ -5,7 +5,6 @@ return {
require('project_nvim').setup {
patterns = { '.git', 'Makefile', '=bcr' },
detection_methods = { 'pattern', 'lsp' },
ignore_lsp = { 'eslint', 'stylelist_lsp' },
silent_chdir = false,
}
require('telescope').load_extension 'projects'

View File

@@ -1,11 +0,0 @@
return {
'notjedi/nvim-rooter.lua',
enabled = false,
config = function()
require('nvim-rooter').setup {
rooter_patterns = { '.git', 'Makefile', '=bcr' },
trigger_patterns = { '*' },
manual = false,
}
end,
}