Skip to content

Commit

Permalink
feat(astrocore): disable rooter autochdir by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 1, 2024
1 parent 9a8b7d1 commit be5ee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astronvim/plugins/_astrocore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return {
servers = {},
dirs = {},
},
autochdir = true,
autochdir = false,
scope = "global",
notify = false,
},
Expand Down

0 comments on commit be5ee14

Please sign in to comment.