Skip to content

Commit

Permalink
reconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChung committed Jul 1, 2024
1 parent c4fa02c commit 74942a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions lua/plugins/colortheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ return {
},
},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "rose-pine",
},
},
}
5 changes: 4 additions & 1 deletion lua/plugins/core.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
return {
{
"LazyVim/LazyVim",
}
opts = {
colorscheme = "rose-pine",
},
},
}
2 changes: 1 addition & 1 deletion lua/plugins/disabled.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
return {
{"3rd/image.nvim", enabled = false},
{ "3rd/image.nvim", enabled = false },
}
3 changes: 0 additions & 3 deletions lua/plugins/neodev.lua

This file was deleted.

0 comments on commit 74942a9

Please sign in to comment.