Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.54 KB

readme.md

File metadata and controls

35 lines (24 loc) · 1.54 KB

image

Requirements

  • Nerd Fonts (Optional with manual intervention: See Recipes/Customizing Icons)
  • Neovim v0.8+ (Not including nightly) zTree-sitter CLI (Note: This is only necessary if you want to use auto_install feature with Treesitter)
  • A clipboard tool is necessary for the integration with the system clipboard (see :help clipboard-tool for supported solutions)
  • Terminal with true color support (for the default theme, otherwise it is dependent on the theme you are using)
  • Optional Requirements:
    • ripgrep - live grep telescope search (fw)
    • lazygit - git ui toggle terminal (tl or gg)
    • Python - python repl toggle terminal (tp)
    • Node - Node is needed for a lot of the LSPs, and for the node repl toggle terminal (tn)
    • vim.opt.shell should be set to your current shell in system

Instalation

Make a backup of your current nvim folder

mv ~/.config/nvim ~/.config/nvim.bak

Clean neovim folders (Optional but recommended)

mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak

Clone the repository

git clone --depth 1 https://github.com/benms/neovim-bundle ~/.config/nvim