mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30: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 {
|
return {
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
name = "tokyonight",
|
name = "tokyonight",
|
||||||
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require("absolute.after.tokyonight")
|
require("absolute.after.tokyonight")
|
||||||
end,
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user