Skip to content

Instantly share code, notes, and snippets.

View IamSAL's full-sized avatar
DayDreaming

Sheikh Salman IamSAL

DayDreaming
View GitHub Profile
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql"
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'
@amitavroy
amitavroy / LEMP Stack
Last active October 20, 2023 00:55
Setup for a new linux server with Nginx PHP and MySQL
# Basics
sudo apt-get update
sudo apt-get install -y git tmux vim curl wget zip unzip htop
# Nginx
sudo apt-get install -y nginx
# PHP
sudo add-apt-repository ppa:nginx/stable
sudo add-apt-repository -y ppa:ondrej/php