Skip to content

Commit

Permalink
fix neovim configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ivam3 committed Jan 4, 2025
1 parent 8fb0760 commit a03aeb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
Binary file modified .deb/home/.config/nvim.zip
Binary file not shown.
24 changes: 8 additions & 16 deletions .deb/home/.local/libexec/pkg2conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,14 @@ set softwrap

neovim)
[[ -d ${HOME}/.config/nvim ]] || { mkdir -p ${HOME}/.config/nvim;}
curl -fsSL $iHDB/.config/nvim.zip -o ${HOME}/.config/nvim/nvim.zip
unzip -qo ${HOME}/.config/nvim/nvim.zip -d ${HOME}/.config/nvim
rm -rf ${HOME}/.config/nvim/nvim.zip
npm install -g neovim bash-language-server pyright >/dev/null 2>/dev/null #neovim
pip3 --no-color --quiet --no-cache-dir install neovim
yes|pkg i luarocks lua-language-server >/dev/null 2>/dev/null
#touch ${HOME}/.config/nvim/coc-settings.json
#python -m pip --no-color --quiet --no-cache-dir install neovim jedi
#pyPATH=$(python -m pip show jedi|grep "Location"|awk -F ":" '{print $NF}')
#cat <<- CONF > ${HOME}/.config/nvim/coc-settings.json
#{
# "python.jediPath": "$pyPATH"
#}
# CONF
nvim +x +x #+PlugInstall +PlugUpdate +CocInstall coc-clangd coc-sh coc-jedi +x +x +x
;; # ---> Nuevo comando
curl -fsSL $iHDB/.config/nvim.zip -o ${HOME}/.config/nvim/nvim.zip
unzip -qo ${HOME}/.config/nvim/nvim.zip -d ${HOME}/.config/nvim
rm -rf ${HOME}/.config/nvim/nvim.zip
npm install -g neovim bash-language-server pyright >/dev/null 2>/dev/null
pip3 --no-color --quiet --no-cache-dir install neovim
yes|pkg i luarocks lua-language-server >/dev/null 2>/dev/null
nvim +x +x
;; # ---> Nuevo comando
privoxy)
echo "forward-socks5 / 127.0.0.1:9050 ." >> $PREFIX/etc/privoxy/config
;; # ---> Nuevo comando
Expand Down

0 comments on commit a03aeb5

Please sign in to comment.