/nvim

Simple neovim config, only use what I need

Primary LanguageShell

Neovim Configuration

2024-06-12


install:

  • Modify the PATH and XDG_CONFIG_HOME environment variables to work properly.
  • Create the appropriate directory structure in the user's $HOME/.local
  • Copy the nvim and code-minimap binaries into place
  • Copy nvim-runtimes, treesitter-parsers, and configuration into place

packer:

  • After extracting nvim.tbz2 then making changes to the files, re-pack into an updated nvim.tbz2

Simple and lightweight neovim config. Only add what I use:
planning on adding:

  • codeMinimap
  • easyAlign
  • goto definitions function
  • indent-blankline
  • mason
  • telescope
  • treesitter
  • vim-plug