Personal Neovim Config
Go to file
Ian Griffin 6620f83802 changed themes 2025-04-14 13:17:42 +08:00
after/ftplugin changed themes 2025-04-14 13:17:42 +08:00
colors updates 2023-01-24 12:41:40 +08:00
lua changed themes 2025-04-14 13:17:42 +08:00
.gitignore fixed .gitignore 2025-03-25 23:15:10 +08:00
COPYING initial commit 2022-09-30 20:06:55 +08:00
README.md updated README 2025-03-26 09:14:47 +08:00
ginit.gtk.vim updates 2023-12-28 17:06:53 +08:00
ginit.vim changed themes 2025-04-14 13:17:42 +08:00
init.lua migrated to lazy.nvim, cleanup and fixes 2025-03-25 23:13:50 +08:00

README.md

Neovim Config

What is this?

Personal configuration for neovim.

Neovim Version

This configuration can only be used with Neovim version 0.10 and up

External Dependencies

Some plugins require python extensions for neovim

Language Servers

npm, pip, and git commands are required for language server installations

Installation

Download/Clone this git repo to $HOME/.config/nvim

mkdir -p  $HOME/.config
git clone "https://git.telosama.xyz/iang/neovim-config.git" $HOME/.config/nvim

Philosophy

  • Be simple as possible
  • Text-editing focused, not an IDE