开源软件名称(OpenSource Name):ellisonleao/glow.nvim开源软件地址(OpenSource Url):https://github.com/ellisonleao/glow.nvim开源编程语言(OpenSource Language):Lua 97.7%开源软件介绍(OpenSource Introduction):glow.mp4Breaking changes are now moved to a fixed topic in Discussions. Click here to see them Prerequisites
Installingwith vim-plug
with packer.nvim
SetupThe script comes with the following defaults: {
glow_path = "", -- filled automatically with your glow bin in $PATH,
glow_install_path = "~/.local/bin", -- default path for installing glow binary
border = "shadow", -- floating window border config
style = "dark|light", -- filled automatically with your current editor background, you can override using glow json style
pager = false,
width = 80,
} To override the custom configuration, call: require('glow').setup({
-- your override config
}) Example: require('glow').setup({
style = "dark",
width = 120,
}) UsagePreview file
Preview current buffer
Close window
You can also close the floating window using |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论