mirror of https://github.com/folke/lazy.nvim.git
ci: update
This commit is contained in:
parent
894cd193e9
commit
538f060e42
|
@ -75,7 +75,6 @@ body:
|
|||
-- install plugins
|
||||
local plugins = {
|
||||
"folke/tokyonight.nvim",
|
||||
|
||||
-- add any other plugins here
|
||||
}
|
||||
require("lazy").setup(plugins, {
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Ask a question or start a discussion
|
||||
url: https://github.com/folke/lazy.nvim/discussions
|
||||
about: Use Github discussions instead
|
|
@ -0,0 +1,12 @@
|
|||
## What is this PR for?
|
||||
|
||||
<!-- Describe the big picture of your changes to communicate to the maintainers
|
||||
why we should accept this pull request. -->
|
||||
|
||||
## Does this PR fix an existing issue?
|
||||
|
||||
<!--
|
||||
If this PR fixes any issues, please link to the issue here.
|
||||
- Fixes #<issue_number>
|
||||
-->
|
||||
|
Loading…
Reference in New Issue