Update .config/nvim/lua/plugins/figban.lua
Update tags
This commit is contained in:
parent
937495e015
commit
3fa6d92eba
2 changed files with 4 additions and 0 deletions
|
@ -3,5 +3,8 @@ return {
|
|||
"thazelart/figban.nvim",
|
||||
lazy = true,
|
||||
cmd = "Figban",
|
||||
init = function()
|
||||
vim.g.figban_fontstyle = "ANSI Shadow"
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
1
tags
1
tags
|
@ -6006,6 +6006,7 @@ inherit dot_config/polybar/shapes/user_modules.ini /^inherit = module\/links$/;"
|
|||
inherit dot_config/polybar/shapes/user_modules.ini /^inherit = module\/links$/;" k section:module/reddit
|
||||
inherit dot_config/polybar/shapes/user_modules.ini /^inherit = module\/links$/;" k section:module/twitter
|
||||
init dot_config/nvim/lua/plugins/example.lua /^ init = function()$/;" f
|
||||
init dot_config/nvim/lua/plugins/figban.lua /^ init = function()$/;" f
|
||||
initial dot_config/awesome/lib/animation/init.lua /^function animation:initial()$/;" f unknown:animation
|
||||
inkscape dot_config/awesome/themes/catppuccin/assets/volume.svg /^ inkscape:version="0.92.4 5da689c313, 2019-01-14">$/;" n uri:http://www.inkscape.org/namespaces/inkscape
|
||||
inkscape dot_config/awesome/themes/catppuccin/titlebar/maximize_hover.svg /^<svg xmlns:inkscape="http:\/\/www.inkscape.org\/namespaces\/inkscape" xmlns:sodipodi="http:\/\/s/;" n uri:http://www.inkscape.org/namespaces/inkscape
|
||||
|
|
Loading…
Reference in a new issue