Added auto dir to file

This commit is contained in:
Christoffer Martinsson 2024-12-09 22:37:30 +01:00
parent 3087cefb42
commit d8106801ce

View File

@ -157,6 +157,19 @@ require('lazy').setup({
-- 'zbirenbaum/copilot-cmp', -- 'zbirenbaum/copilot-cmp',
-- config = function() require('copilot_cmp').setup() end, -- 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 -- Highlight, edit, and navigate code