Ghostty on macOS - Fredrik Averpil #76
Replies: 5 comments
-
Nice article |
Beta Was this translation helpful? Give feedback.
0 replies
-
For anyone wondering about the automatic light/dark theme switch, this is how I have my config:
and for neovim to switch as well: return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
init = function()
vim.cmd.colorscheme("tokyonight")
end
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nice article! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just updated the post with some post-release notes. 🚀 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool! Nice article!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ghostty on macOS - Fredrik Averpil
https://fredrikaverpil.github.io/blog/2024/12/04/ghostty-on-macos/
Beta Was this translation helpful? Give feedback.
All reactions