mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 06:27:18 +01:00
switch to nvim.project
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user