mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
refactor(cache): revert all vim.cache
changes and disable it if it would ever exist
This commit is contained in:
parent
942c805b84
commit
21a219a825
6 changed files with 14 additions and 25 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/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