Skip to content

cjlaidevlife/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim-config

Customze my Neovim configuration with Lua.

image

Prerequisites

1. Neovim

#ref: https://github.com/neovim/neovim/wiki/Installing-Neovim#ubuntu 
$sudo add-apt-repository ppa:neovim-ppa/stable # Note: if you want using new version, can replace 'stable' to 'unstable'.
$sudo apt-get update
$sudo apt-get install -y neovim

2. Packer.vim

#ref: https://github.com/wbthomason/packer.nvim 
$git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

3. Nodejs (using on fishshell)

#ref https://github.com/jorgebucaran/fisher#installing-plugins    
$fisher install jorgebucaran/nvm.fish   
$nvm install v18.10.0
$nvm use v18.10.0

How to use config

$git clone git@github.com:s716134/nvim.git $HOME/.config/nvim
$nvim -c ":PackerInstall" -c ":q"  # Note: command run :PackerInstall
$sudo apt install build-essential  # Note: intall cc fix 'nvim-treesitter' plugin error

About

personal nvim configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages