We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e4feb commit 69e1324Copy full SHA for 69e1324
nvim/lua/plugins/snacks.lua
@@ -72,7 +72,7 @@ return {
72
indent = {
73
chunk = { enabled = true },
74
},
75
- dashboard = { example = "advanced" },
+ dashboard = { example = vim.fn.has("win32") == 0 and "advanced" or nil },
76
gitbrowse = {
77
open = function(url)
78
vim.fn.system(" ~/dot/config/hypr/scripts/quake")
0 commit comments