From 0fb4ffdc93245cebdf82cd248bd36a5863074958 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 20 Mar 2021 11:46:40 +0530 Subject: [PATCH 1/3] install lsp servers globally --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9b739a4..735e239 100755 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ install_node_deps () { echo "npm not installed" return fi - npm install -g $@ + sudo npm install -g $@ } install_ts() { From fca10b347debf2c25be383d0d33ae6bb8e7db284 Mon Sep 17 00:00:00 2001 From: Alok <73450969+alok8bb@users.noreply.github.com> Date: Sat, 20 Mar 2021 17:35:47 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1ae35a0..4c7f62c 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,11 @@ git clone https://github.com/wbthomason/packer.nvim\ `` -- in /lua/nvim-lspconfig/lua.lua file require'lspconfig'.clangd.setup{} `` + + # Support/Contact - + - My little ricing community: https://t.me/DE_WM (telegram) + - Me: @siduck (telegram) + - Vim Indonesia: https://t.me/VimID (telegram) # Default Mappings to make stuffs easier! From 78654a1515fb824b85a35a9e986f4c199820806a Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 20 Mar 2021 17:39:58 +0530 Subject: [PATCH 3/3] contact --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c7f62c..79183c4 100644 --- a/README.md +++ b/README.md @@ -106,11 +106,6 @@ git clone https://github.com/wbthomason/packer.nvim\ `` -- in /lua/nvim-lspconfig/lua.lua file require'lspconfig'.clangd.setup{} `` - - # Support/Contact - - - My little ricing community: https://t.me/DE_WM (telegram) - - Me: @siduck (telegram) - - Vim Indonesia: https://t.me/VimID (telegram) # Default Mappings to make stuffs easier! @@ -141,3 +136,7 @@ git clone https://github.com/wbthomason/packer.nvim\ if you get any errors with packer.nvim , then remove the ~/.config/nvim/plugin/packer_nvim.vim file since it just has file paths for my system and re-install packer.nvim + + # Contact - + - My linux / unix related ricing community: https://t.me/DE_WM (telegram) + - Me: @siduck (telegram)