mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
build(cache): added script to sync cache implementation with Neovim
This commit is contained in:
parent
2a88a73ace
commit
4446d69c28
2 changed files with 5 additions and 0 deletions
4
scripts/update-neovim-cache
Executable file
4
scripts/update-neovim-cache
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/env bash
|
||||
cd ~/projects/neovim || exit
|
||||
sed -n '/NEOVIM/,$p' ~/projects/lazy.nvim/lua/lazy/core/cache.lua | sed '1d' | rg -v "selene" >./runtime/lua/vim/cache.lua
|
||||
stylua ./runtime/lua/vim/cache.lua
|
Loading…
Add table
Add a link
Reference in a new issue