nvim lua first cut

This commit is contained in:
Henrik Bakken
2021-07-07 04:30:46 +02:00
parent 5713bf751a
commit f484de573a
5 changed files with 653 additions and 1 deletions
+5 -1
View File
@@ -25,10 +25,14 @@
* indexing `yay -S fsearch-git the_silver_searcher ripgrep ctags`
* java `yay -S npm nodejs`
* build `yay -S ninja`
* language servers and linting
* `yay prettier efm-langserver`
* `npm install -g yaml-language-server`
* `npm install -g pyright`
# python
* pytorch `yay python-pytorch-opt-cuda`
* `pip install ipython pytest neovim numpy scipy sympy flake8 ptvsd addict dill ipdb pudb web-pdb`
* `pip install ipython pytest neovim numpy scipy sympy flake8 ptvsd addict dill ipdb pudb web-pdb isort`
* matplotlib stuff `pip install matplotlib seaborn matplotlib-label-lines ipympl qbstyles`
* other plotting `pip install plotly ggplot`
* `pip install tensorboard torchtext pytorch-lightning torchvision`