update simple nvim

This commit is contained in:
2025-02-25 11:00:15 +01:00
parent 4e2a91fbe6
commit c3c96328c9
2 changed files with 51 additions and 30 deletions

View File

@@ -11,7 +11,7 @@
"-post-link": "curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim && vim -es -u ~/.vimrc -i NONE -c 'PlugInstall' -c 'qa'"
},
"nvim": {
"link": { "from": "shared/nvim", "to": "~/.config/nvim" }
"link": { "from": "shared/nvim", "to": "~/.config/nvim/init.lua" }
},
"zsh": {
"link": { "from": "shared/zsh", "to": "~/.zshrc" }