All Projects

Noahvim

Created July 20, 2023 | Continuous project

noahvim

My Neovim configuration.

Dependencies

  • git for updates
  • bash or any POSIX-compliant shell
  • npm and gcc for language servers
  • a truecolor/24-bit-color terminal emulation
  • Neovim > 0.8.0
  • a patched font (such as a NerdFont)

Installation

git clone https://github.com/ntrupin/noahvim ~/.config/nvim

Features

  • Improved yank/paste functionality with Telescope
  • Telescope buffer selection, file browsing, grepping, and more
  • LaTeX compilation with Vimtex
  • Error-reporting tabs with bufferline
  • Feature-rich statusline
  • Improved highlighting and searching with Tree-sitter
  • Fully-featured LSP with auto-completion, documentation, error detection, and more
  • Intuitive keybinds
  • Stylish notifications with Notify
  • Color highlighting with Colorizer
  • Git indicators with gitsigns

Inspirations