Added auto dir to file
This commit is contained in:
parent
3087cefb42
commit
d8106801ce
@ -157,6 +157,19 @@ require('lazy').setup({
|
||||
-- 'zbirenbaum/copilot-cmp',
|
||||
-- config = function() require('copilot_cmp').setup() end,
|
||||
-- },
|
||||
{
|
||||
"ahmedkhalf/project.nvim",
|
||||
config = function()
|
||||
require("project_nvim").setup {
|
||||
sync_root_with_cwd = true,
|
||||
respect_buf_cwd = true,
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
update_root = true
|
||||
},
|
||||
}
|
||||
end
|
||||
},
|
||||
|
||||
{
|
||||
-- Highlight, edit, and navigate code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user