Skip to content

Commit

Permalink
config(dashboard): update slogan in dashboard
Browse files Browse the repository at this point in the history
Update slogan in dashboard.
  • Loading branch information
twandylue committed Aug 28, 2023
1 parent da58ca6 commit 002394e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugin-config/nvim-copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ vim.g.copilot_filetypes = {
["lua"] = false,
["rust"] = true,
["c"] = true,
["cs"] = true,
["cpp"] = true,
["cs"] = true,
["go"] = true,
["python"] = true,
["sh"] = true,
Expand Down
1 change: 1 addition & 0 deletions lua/plugin-config/nvim-dashboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ db.setup({
footer = {
"",
"",
"雖知前途坎坷 我亦吾往矣",
"Andy Lu",
"🎉 In neovim we trust 🎉",
},
Expand Down

0 comments on commit 002394e

Please sign in to comment.