/neovim-configuration

My Neovim configuration files

Primary LanguageLua

Neovim Configuration

Yet another neovim configuration

Installed plugins

  • Mason
  • Nvim lspconfig
  • Nvim Tree
  • COQ
  • Nvim autopairs
  • Gruvbox (theme)
  • Telescope

Shortcuts

I didn't write a lot of shortcuts, I only wrote the following:

  • ff: Find files (telescope)
  • fg: Live grep (telescope)
  • fb: Find in buffer (telescope)
  • fh: Help (telescope)
  • C - h: Open NvimTree (NvimTree)

Requirements

  • Rust analyzer
  • ripgrep
  • fd

Motivation

I am sick and tired of modern code editors and their horrible performance, if I wanted to benchmark my computer I would use a benchmark not a code editor. Also watch up with all the extra feautures, can't I just choose what I need? That's why I love neovim and vim, they are simple yet effective, of course when you start handling larger code bases you understand that they are not enough, well that's why I started writing this config.