LSP-NVIM - init - 0.0.1

This commit is contained in:
2022-04-20 20:58:25 +02:00
parent 3ccc1efef6
commit 82fb9c7ee8
2 changed files with 107 additions and 44 deletions

6
.config/nvim/installer.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
npm -g i pyright bash-language-server
GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest
pip install black
pip3 install black