Skip to content

prtha112/nvim-starter-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Nvim-starter-pack

Nvim-starter-pack is repo for quick get start use neovim:

  • Files can be searched with vim-clap.
  • Have a nerdtree managed menu.
  • Split terminal for use command.
  • Support smart suggest in multiple language.

drawing

Installing Neovim

Homebrew on macOS or Linux

brew install neovim

Pre-built archives

curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
tar xzf nvim-macos.tar.gz
./nvim-macos/bin/nvim

Config foler

cd ~
mkdir .config
mkdir nvim
touch init.vim

Requirement

  1. Python3
  2. Rust
  3. Node
  4. npm install --global yarn
  5. arch -arm64 brew install ctags

Install

:PlugInstall

Clean Plugin

:PlugClean

About

Nvim-starter-pack is repo for quick get start use neovim:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published