no need to patch astronvim these days

This commit is contained in:
Daylin Morgan 2023-02-06 12:01:03 -06:00
parent 354a5fc535
commit 26a511b5cc
2 changed files with 3 additions and 2 deletions

View file

@ -38,8 +38,8 @@ install-astronvim() {
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
echo "add brute force method of ignoring version complaints"
git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
# echo "add brute force method of ignoring version complaints"
# git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
nvim --headless -c 'autocmd User PackerComplete quitall'
}

View file

@ -26,6 +26,7 @@ return {
},
ft = { "quarto" },
},
{ "kenkundert/vim-nestedtext" },
-- general tools
{
"mickael-menu/zk-nvim",