mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
style(tokyonight.lua): add missing comma after the priority field to maintain consistency in the configuration object
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
name = "tokyonight",
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("absolute.after.tokyonight")
|
||||
end,
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user