gin31259461 / Neovim_Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim config

Require

  • neovim 0.7+
  • latest gcc for treesitter
  • latest curl and unzip for cmp-tabnine download required
  • ueberzug for telescope picture preview (opition)
  • npm for nodejs provider
    npm install -g neovim 
    

Setup

  1. clone my neovim folder to ~/.config, and rename as nvim
  2. run nvim and wait, packer will automatically install all plugins
  3. Nerd Font (fc-cache : rebuild fonts cache)
cp fonts/**/*.ttf to ~/.fonts
fc-cache -fv
  1. zsh config
cp .zshrc to ~
cp zsh folder to ~/.config
curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | zsh
  • fnm for nodejs manager
curl -fsSL https://fnm.vercel.app/install | zsh
fnm install <nodejs-version>
ex: fnm install 17

About


Languages

Language:Lua 90.9%Language:Shell 9.1%