0.0.1
This commit is contained in:
commit
36c66e33e6
17 changed files with 348 additions and 0 deletions
13
lua/plugins/github-theme.lua
Normal file
13
lua/plugins/github-theme.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
"projekt0n/github-nvim-theme",
|
||||
name = "github-theme",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("github-theme").setup({
|
||||
-- здесь можно добавить свои опции, если нужно
|
||||
})
|
||||
|
||||
vim.cmd("colorscheme github_dark")
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue