asw101 / nvgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asw101/nvgo

plugins

dir=${HOME}/.local/share/nvim/site/pack/nvg/start
mkdir -p "$dir"
cd "$dir"

git clone https://github.com/hrsh7th/cmp-buffer
git clone https://github.com/hrsh7th/cmp-cmdline
git clone https://github.com/hrsh7th/cmp-nvim-lsp
git clone https://github.com/hrsh7th/cmp-path
git clone https://github.com/hrsh7th/cmp-vsnip
git clone https://github.com/hrsh7th/nvim-cmp
git clone https://github.com/hrsh7th/vim-vsnip
git clone https://github.com/neovim/nvim-lspconfig

config

dir=${HOME}/.config/nvim
mkdir -p "$dir"

mv $dir/init.lua $dir/backup-init.lua
cp init.lua $dir/init.lua

About

License:MIT License


Languages

Language:Lua 82.3%Language:Shell 15.9%Language:Dockerfile 1.9%