Advertisement
Soy_Estudiante

python_00

May 20th, 2022
1,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. apt install nano -y
  2. apt install vim -y
  3.  
  4. Carpeta configuracion:
  5.  
  6. curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
  7. https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  8.  
  9.  
  10. Pluggin necesario:
  11.  
  12. Plug 'neoclide/coc.nvim', {'branch': 'release'}
  13.  
  14. Para instalar lenguajes:
  15.  
  16. :CocInstall coc-json coc-tsserver
  17. :CocInstall coc-python
  18.  
  19. Complementos:
  20.  
  21. apt install vim-python -y
  22. apt install python -y
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement