no need to patch astronvim these days
This commit is contained in:
parent
354a5fc535
commit
26a511b5cc
2 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,8 @@ install-astronvim() {
|
||||||
|
|
||||||
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
||||||
|
|
||||||
echo "add brute force method of ignoring version complaints"
|
# echo "add brute force method of ignoring version complaints"
|
||||||
git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
|
# git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
|
||||||
|
|
||||||
nvim --headless -c 'autocmd User PackerComplete quitall'
|
nvim --headless -c 'autocmd User PackerComplete quitall'
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,7 @@ return {
|
||||||
},
|
},
|
||||||
ft = { "quarto" },
|
ft = { "quarto" },
|
||||||
},
|
},
|
||||||
|
{ "kenkundert/vim-nestedtext" },
|
||||||
-- general tools
|
-- general tools
|
||||||
{
|
{
|
||||||
"mickael-menu/zk-nvim",
|
"mickael-menu/zk-nvim",
|
||||||
|
|
Loading…
Reference in a new issue