Neal

Results 4 comments of Neal

```lua { "CRAG666/code_runner.nvim", opts = { mode = "toggleterm", filetype = { go = "go run", }, }, } ``` You can use the snippet in your configuration of `lazy.nvim`.

还有增加字体大小的选择范围,最大只能到18, 在高分辨率显示器下感觉还是有点小,建议到最大到24

可以使用`显示设置`里的`自定义CSS`功能修改字体 例如修改代码字体 ```scss body[theme-mode="dark"] { code { font-family: "CaskaydiaCove Nerd Font Mono",苹方-简,monospace; } } ``` 根据自己的需要修改你的字体,设置一个中文字体作为fallback字体,不然会使用难看的宋体字。 上面是Dark主题生效,同样可以再复制一份代码改为Light主题

我使用 `Hyprland`,也是同样的问题 只有 `Snipaste` 也运行在wayland环境下,快捷键才能使用,但现在`Snipaste`好像还不支持wayland ```hyprlang bind = , F1, pass,^(Snipaste)$ bind = , F3, pass,^(Snipaste)$ ```