feat(nvim): Port LazyFile

REF: https://github.com/folke/lazy.nvim/issues/1182
This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 12:49:06 +07:00
parent e217bfa86c
commit d909aa1a51
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 74 additions and 0 deletions

View file

@ -1,6 +1,10 @@
require("null.util").lazy_file()
return {
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
event = { "LazyFile", "VeryLazy" },
opts = {
ensure_installed = {
"c",