Skip to content

Commit

Permalink
fix(project): add nvim config to project dir to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Nov 30, 2023
1 parent e4c1b9a commit 6652e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ return {
opts = {
projects = {
'~/projects/*',
'~/.config/nvim',
'~/.local/share/nvim/lazy/*',
},
},
Expand Down

0 comments on commit 6652e70

Please sign in to comment.