Personal Neovim Config
Go to file
Ian Griffin 127469686a fixed .gitignore 2025-03-25 23:15:10 +08:00
colors updates 2023-01-24 12:41:40 +08:00
lua migrated to lazy.nvim, cleanup and fixes 2025-03-25 23:13:50 +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 migrated to lazy.nvim, cleanup and fixes 2025-03-25 23:13:50 +08:00
ginit.gtk.vim updates 2023-12-28 17:06:53 +08:00
ginit.vim updates 2023-12-28 17:06:53 +08:00
init.lua migrated to lazy.nvim, cleanup and fixes 2025-03-25 23:13:50 +08:00
lazy-lock.json migrated to lazy.nvim, cleanup and fixes 2025-03-25 23:13:50 +08:00

README.md

Neovim Config

What is this?

These are my personal configuration for neovim.

How to use this config?

This Configuration works best in GNU/Linux platform. Other systems are also supported, but they see less testing, so expect more bugs. Supported Systems:

  • MS Windows, preferably running on MSYS2 Environment (Running on MS Windows directly is untested)
  • Android, on Termux
  • Theoretically it runs on MacOS and BSDs, but its untested, as I dont have access to any MacOS/BSD system (yet)

Neovim Version

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

External Dependencies

Some plugins require python extensions for neovim

Language Servers

Installation

  1. 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
  1. Start Neovim , then do this command:
:PackerSync
:PackerCompile
:COQdeps

And Done!

Philosophy

  • Just to keep it as simple as possible
  • It's a text editor, not an IDE, so just keep simple plugins to help text editing.
  • These are not rules, they are more of a suggestion/guideline

Support/Contribution

As can be seen, the author of this repo is a beginner in english and programming, especially in Lua & Git. So, any constructive help, criticism, contributions are very welcome.