diff --git a/README.md b/README.md index 36ca6e8..2ba341c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Run this in TMUX: - Debian / Ubuntu ```bash -sudo apt install tmux gcc unzip -y +sudo apt install git curl tmux gcc g++ unzip -y wget https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.deb sudo dpkg -i nvim-linux64.deb git clone https://gitlab.deniedgaming.de/-/ide/project/herz/pgr-linux-defaults.git .pgr-linux-defaults @@ -16,6 +16,7 @@ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm ln ~/.pgr-linux-defaults/.tmux.conf ~/.tmux.conf ln -s ~/.pgr-linux-defaults/.tmux ~/.tmux tmux source ~/.tmux.conf +mkdir ~/.config ln -s ~/.pgr-linux-defaults/nvim/ ~/.config/nvim mkdir ~/.local/share/nvim ln -s ~/.pgr-linux-defaults/nvim_plugins/ ~/.local/share/nvim/plugged @@ -53,7 +54,7 @@ filemanager = + pv telescope = + pf install lsp = :Mason -> select -> i - +*Most LSPs need NPM installed. I reccomend installing via NVM* diff --git a/nvim/after/plugin/lsp.lua b/nvim/after/plugin/lsp.lua index 16559a0..0b3e90c 100644 --- a/nvim/after/plugin/lsp.lua +++ b/nvim/after/plugin/lsp.lua @@ -2,12 +2,12 @@ local lsp = require("lsp-zero") lsp.preset("recommended") -lsp.ensure_installed({ - 'tsserver', - 'eslint', - 'rust_analyzer', - 'pyright', -}) +--lsp.ensure_installed({ +-- 'tsserver', +-- 'eslint', +-- 'rust_analyzer', +-- 'pyright', +--})