update to latest
This commit is contained in:
parent
e3a11a0ba5
commit
831cd284aa
10 changed files with 236 additions and 44 deletions
6
lua/custom/plugins/glow.lua
Normal file
6
lua/custom/plugins/glow.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'ellisonleao/glow.nvim',
|
||||
config = function()
|
||||
require('glow').setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue