Skip to content

k1000dai/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim config for kohei

setup

  1. install build tools
apt install -y build-essential cmake gettext
  1. install neovim
git clone https://github.com/neovim/neovim \
    && cd neovim \
    && make CMAKE_BUILD_TYPE=RelWithDebInfo \
    && make install
  1. edit .bashrc
echo "export XDG_CONFIG_HOME=${HOME}/.config" >> ~/.bashrc
echo "alias vim=nvim" >> ~/.bashrc
source ~/.bashrc
  1. git clone this repository
git clone https://github.com/k1000dai/nvim ~/.config/nvim
  1. install plugins (lazy.nvim) lazy.nvim is bootstrapped automatically on first launch.
nvim

Then run:

:Lazy sync
  1. install nodejs
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
source ~/.bashrc
nvm install --lts
nvm install node
  1. install ripgrep and clangd
apt install -y ripgrep
apt install -y clangd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published