/nvim

Primary LanguageLua

neovim configuration

This is my neovim configuration for macos.

Prerequisites

  • Neovim >= 0.9.0 (needs to be built with LuaJIT)

  • Git >= 2.19.0 (for partial clones support)

  • a Nerd Font(v3.0 or greater) (optional, but needed to display some icons)

    https://www.nerdfonts.com/font-downloads

    Recommend: JetBrainsMono Nerd Font

  • im-select (Switch the input method)

brew tap daipeihust/tap
brew install im-select
  • find file
brew install fd
  • live grep
brew install ripgrep
  • lazygit (Optional)
brew install lazygit