feat(nvim): Port LazyFile
REF: https://github.com/folke/lazy.nvim/issues/1182
This commit is contained in:
parent
e217bfa86c
commit
d909aa1a51
2 changed files with 74 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
require("null.util").lazy_file()
|
||||
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
event = { "LazyFile", "VeryLazy" },
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue