chore: format everything with stylua and update
This commit is contained in:
parent
473d78494e
commit
e90763e223
22 changed files with 273 additions and 222 deletions
|
@ -1,8 +1,10 @@
|
|||
return {
|
||||
'crater2150/vim-theme-chroma',
|
||||
"crater2150/vim-theme-chroma",
|
||||
dev = true,
|
||||
lazy = false,
|
||||
branch = 'lush',
|
||||
branch = "lush",
|
||||
priority = 1000,
|
||||
config = function() vim.cmd.colorscheme("chroma") end
|
||||
config = function()
|
||||
vim.cmd.colorscheme("chroma")
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue