Neovim Configuration

November 14, 2023 ยท View on GitHub

This repository contains my personal Neovim configuration.

Plugins

  • Packer: A package manager for Neovim.

LSP and Autocompletion

Snippets

Syntax Highlighting

File Browsing and Searching

Mason

Markdown and LaTeX

Utilities

Theme

  • Nightfox: A stylish and easy-on-the-eyes color scheme.

Key Mappings

Key mappings are set up for efficiency and ease of navigation, editing, and management of the Neovim environment. Here are some highlights:

  • ii: Exit insert mode.
  • <Space>: Clear search highlights.
  • Ctrl+h/j/k/l: Navigate between splits.
  • Alt+Arrow Keys: Resize splits.
  • <leader>rp: Replace the word under the cursor throughout the file.
  • <leader>p: Paste the last yanked content.
  • <leader>e: Toggle Nvim Tree.
  • <leader>u: Toggle UndoTree.
  • ff/fg/fb/fh/fv: Various Telescope commands for finding files, live grep, etc.
  • <leader>g: Toggle Gitsigns.

Installation

Neovim >= 0.5

git clone https://github.com/gabrielfrimodig/neovim.git ~/.config/nvim

Contributions

Feel free to fork, submit issues, or pull requests to enhance this configuration!